思路是:动态创建一个AnimatorController,根据动画的名字创建State,找到对应的AnimationClip,将它加入到State的Motion中,最后将State连起来。 贴代码: 以上是我们项目里用到的一些动画,其中Boy为模型,其他的是导出的动画,都是fbx格式的。 这是动态创 ...
分类:
编程语言 时间:
2018-05-05 13:22:08
阅读次数:
468
最近因需要,翻出几年前的Leapmotion感测器,准备用Unity3D做个互动APP,于是连上官网下载SDK。等下载下来一安装调试,瞬间傻眼,居然要求VR设备。我们Lab倒是不缺VR,有几套VIVE,不过不能保证甲方也有啊,所以得解决这件事。 首先,说明一下新版Leapmotion有2个版本的SD ...
分类:
移动开发 时间:
2018-05-01 20:31:37
阅读次数:
267
运动规划的根本问题在于机器人可能存在于一个这样的世界中, 它可能想找到一条到达这个目标的路径,那么就需要指定一个到达那里的计划, 自动驾驶汽车也会遇到这个问题。他可能处于高速公路的附近的街道网络中,他必须要找到他的路径并导航到目标位置。 如果我们放大并且看看这个十字路口,这是我们渲染出来的最好的街道 ...
分类:
其他好文 时间:
2018-04-25 17:05:02
阅读次数:
164
1 """ 2 version1.3 3 Mobile robot motion planning sample with Dynamic Window Approach 4 结合https://blog.csdn.net/heyijia0327/article/details/44983551来看... ...
分类:
其他好文 时间:
2018-04-25 11:28:01
阅读次数:
189
Monkey命令行可用的全部选项 示例 : adb shell monkey p cn.lejiayuan.alpha pct touch 30 pct motion 15 pct trackball 1 pct nav 1 pct majornav 15 pct syskeys 10 pct ap ...
分类:
移动开发 时间:
2018-04-21 19:42:36
阅读次数:
315
apt-get install motion -y 编辑配置文件 vim /etc/motion/motion.cnf daemon off #关掉deamon模式 locate_motion_mode on #探测到图像中有运动时,把运动区域用矩形框起来 videodevice /dev/vide ...
分类:
其他好文 时间:
2018-04-17 22:13:21
阅读次数:
405
5.4 Eliminating loop inefficiencies A general class of optimizations is known as code motion. They involve identifying a computation that isperformed ...
分类:
其他好文 时间:
2018-03-29 02:10:23
阅读次数:
140
可以在HTML标签上添加任意以 "data-"开头的属性,这些属性页面上是不显示的,它不会影响到你的页面布局和风格,但它却是可读可写的。 例子:<div class="my-data" data-category="motion">test data</div> 如何读取自定义data属性数据呢? ...
分类:
Web程序 时间:
2018-02-27 21:31:27
阅读次数:
5589
Unfortunately, Harvard dosen't keep a public centralized facebook so I'm going to have to get all the images from the individual houses that people ar ...
分类:
其他好文 时间:
2018-02-06 20:36:09
阅读次数:
188
添加移动 编写:jdneo - 原文:http://developer.android.com/training/graphics/opengl/motion.html 转:http://hukai.me/android-training-course-in-chinese/graphics/ope ...
分类:
移动开发 时间:
2018-01-26 22:58:53
阅读次数:
317