自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

不忘初心 方得始终

愿你一生努力 。一生被爱 。想要的都拥有,得不到的都释怀 。

  • 博客(8)
  • 资源 (13)
  • 收藏
  • 关注

转载 Unity3D Vuforia Android 相机调焦

/*============================================================================== * Copyright (c) 2012-2014 Qualcomm Connected Experiences, Inc. All Rights Reserved. * =============================

2015-01-29 10:27:41 5367 2

转载 Unity3D 相机绕对象旋转和调整距离

using UnityEngine;public class MouseFollowRotation : MonoBehaviour{ public Transform target; public float xSpeed = 200; public float ySpeed = 200; public float mSpeed = 10; publ

2015-01-15 16:40:13 11447 4

转载 Unity3D平台依赖编译

Platform Dependent CompilationUnity includes a feature named “Platform Dependent Compilation”. This consists of some preprocessor directives that let you partition your scripts to compile and

2015-01-15 11:16:52 7131

转载 IOS触摸屏手势控制镜头旋转与缩放

using UnityEngine;using System.Collections;public class MobileCamera : MonoBehaviour{ //用于绑定参照物对象 public Transform target; //缩放系数 public float distance = 10.0f; //左右滑动移动速度

2015-01-15 11:09:23 3082

原创 faceplusplus 免费人脸识别云服务

faceplusplus免费人脸识别云服务using UnityEngine;using System.Collections;using System.Runtime.InteropServices;using System.IO;public class FaceTest : MonoBehaviour{ private string api_key = "y

2015-01-10 20:00:05 4743 9

转载 在Unity中使用贝塞尔曲线

using UnityEngine;[System.Serializable]public class Bezier : System.Object{ public Vector3 p0; public Vector3 p1; public Vector3 p2; public Vector3 p3; public float ti =

2015-01-08 10:56:38 3970

转载 Unity 中WWW加载 AssetBundle---中文路径

因为FileStream是允许中文路径的,可以先通过文件流把AssetBundle读取到内存,在通过CreateFromMemory 创建AssetBundle资源,这样的话就避开了WWW不能加载中文路径的问题。using UnityEngine;using System.Collections;using System.IO;public class LoadAsset : MonoB

2015-01-07 20:52:33 4929

转载 Json.NET一个流行的高性能.NETJSON框架

Feature Comparison Json.NETDataContractJsonSerializerJavaScriptSerializerSupports JSON   Supports BSON   Supports JSON Schema

2015-01-07 14:27:29 3848

TangoSDK_Eisa_Unity5.unitypackage

TangoSDK_Eisa_Unity5.unitypackage

2017-04-07

LeapMotion_CoreAsset_Orion_4.1.5

LeapMotion_CoreAsset_Orion_4.1.5

2017-04-07

Gif截屏软件

Gif截屏软件

2017-04-07

vs快捷键大全.docx

vs快捷键大全,常用快捷键的说明都在里面

2014-03-06

[lua编程].Programming_in_lua.pdf

[lua编程].Programming_in_lua.pdf

2014-03-06

iGUI1.4.1b

iGUI1.4.1b,unity界面插件

2014-03-06

ninepatch-editor-1.25

ninepatch-editor-1.25

2014-03-06

NGUI2.6.2插件

NGUI2.6.2,最好用的界面插件没有之一。

2013-09-17

LitJson.dll

LitJson.dll,json中的一种,简单容易利用。

2013-06-24

3DMax 2013 FBX 插件

3DMax 2013 FBX 插件

2012-12-21

MyEclipse-8.5汉化包

MyEclipse-8.5汉化包,内有详细说明

2012-12-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除