Unity3D与Leap motion连接学习记录

https://www.leapmotion.com/partnerships (Leapmotion官方网站)

把这个leapmotion手势识别相机看一下,这个开发互动非常方便,有开发sdk

http://www.cocoachina.com/game/20150716/12625.html


https://developer.leapmotion.com/documentation/v2/unity/unity/Unity_Hand_Assets.html
手部属性建立


http://blog.csdn.net/admintan/article/details/50097061
Unity leapmotion开发实录(2)(完)

http://blog.csdn.net/admintan/article/details/50224957
Unity leapmotion开发实录(3)

http://www.360doc.com/content/17/0106/19/6322459_620577084.shtml
Leap Motion官方文档RigidHand(Physics)(刚体手型)
相关文档也要看一下(看完了)

12月7日
http://blog.csdn.net/goodboy0077/article/details/69397104
Leap Motion 之 准备工作(安装与连接)(介绍如何与leap连接,并介绍了它的cs文件)(完)

http://blog.csdn.net/goodboy0077
这些博客浏览一下

http://blog.csdn.net/admintan/article/details/50319757
Unity leapmotion开发实录(4)(3看完了)

12/14
http://blog.csdn.net/zmdsjtu/article/details/52766246
手势识别实例

http://download.csdn.net/download/u013598405/8803593
机械手体感控制系统(下载)(基于单片机的)

所有的功能一览表(要熟练)!!!!!56777
https://developer.leapmotion.com/documentation/unity/namespaces.html

http://blog.csdn.net/albertleebob/article/details/70143917
Leap Motion+EasyAR AR手势识别开发教程(仅供参考)  

http://blog.csdn.net/goodboy0077/article/details/68936080
Leap Motion 之 官方SDK代码分析(里面有关键的程序说明)
 
http://blog.csdn.net/smilingeyes/article/details/31049633
基于unity3d和leap motion的拼图游戏(手掌的位置的判定有借鉴意义)

http://tieba.baidu.com/f?kw=leapmotion
leapmotion吧  (贴吧,里面有一些有趣的演示)

http://blog.csdn.net/qq_26399665/article/details/51570080
Leap Motion 教你玩转手势(Gesture)

http://blog.csdn.net/u011047958/article/details/72317918?fps=1&locationNum=13
Leap Motion(JS)控制(提高事件判定精准度)

http://blog.csdn.net/MIYIshi/article/details/72577441
Unity Leap Motion学习笔记

http://blog.csdn.net/u014410695/article/details/47904139
Unity3D之UGUI学习EventSystem


Debug.Log(hand.PalmPosition);  //手掌的坐标系

http://www.ceeger.com/developer/ceeger_tutorial/ceeger_article/748.html
LeapMotion开发(三)让物体跟随手掌的移动

http://www.doc88.com/p-1886633292108.html
leap motion 的数据处理

http://blog.csdn.net/u012289636/article/details/46883731
Unity3D中使用Leap Motion进行手势控制(考虑基本的数据结构和算法的轮廓) 

https://github.com/LoranceChen/Leap-Motion-In-Unity3D
点开有各种程序

2018-1-13
要求:做一个投影互动的例子,例如PPT翻页,放大、缩小、标注等
首先要完成:
1、如何把ppt与unity3D结合起来,查到可以把ppt转换为图片加载到unity3D中
http://blog.csdn.net/yueya_shanhua/article/details/40958695
Unity3D、VS2012中调用PPT将其每一页转化成图片(程序繁琐,可直接用WPS的转换工具)

http://blog.csdn.net/b_c_wang/article/details/60151584
Unity入门:利用Unity制作ppt  

http://blog.csdn.net/qinyuanpei/article/details/49000907
在Unity3D中加载外部图片的两种方法   
2、如何实现这些功能?
http://www.cnblogs.com/sunxun/p/5721935.html
Unity3D 之射线检测

http://blog.csdn.net/ag490763423/article/details/52444976
***Unity中通过按键更换材质球纹理图片  

http://blog.sina.com.cn/s/blog_e90824410102wx0m.html
Unity3D:c#脚本控制物件移动,材质颜色和碰撞事件

http://www.xuanyusong.com/archives/2314
Unity3D研究院之自制批量关联材质与贴图插件(五十八)
  
http://www.xuanyusong.com/archives/author/xuanyusong
大神

http://blog.csdn.net/miyishi/article/details/72577441
Unity Leap Motion学习笔记(写代码去控制Cube物体的事件)

标注

http://blog.sina.com.cn/s/blog_930ffa0b0101i1jb.html
unity3d画线插件Vectrosity 2.0使用总结

https://my.oschina.net/chumingcheng/blog/610943
Leap Motion API类库:Controller

https://my.oschina.net/chumingcheng/blog/610966
Leap Motion API类库:Pointable (检测手指或工具的物理特性)没有什么借鉴意义

https://my.oschina.net/chumingcheng/blog/610960
Leap Motion API类库:KeyTapGesture(调用手势和区别各种手势)

https://my.oschina.net/chumingcheng/blog/610853
Leap Motion API类库:CircleGesture

https://my.oschina.net/chumingcheng/blog/610845
Leap Motion API类库:Gesture

https://my.oschina.net/chumingcheng/blog/610841
Leap Motion API类库:Hand(非常有用)看到这里

https://my.oschina.net/chumingcheng/blog/610822
Leap Motion API类库:Finger

https://my.oschina.net/chumingcheng/blog/610818
Leap Motion API类库:Bone

https://my.oschina.net/chumingcheng/blog/611152
Leap Motion API类库:Vector&Matrix

https://my.oschina.net/chumingcheng/blog/611151
Leap Motion API类库:ScreenTapGesture&SwipeGesture(手势)

http://blog.csdn.net/u012289636/article/details/46883731
Unity3D中使用Leap Motion进行手势控制   (定义手指的弯曲程度和手掌的位置作为参考指标)

http://blog.csdn.net/andyhebear/article/details/50562695
unity3D的FingerGestures插件(介绍一个手势识别的插件)

http://blog.csdn.net/andyhebear/article/details/50686991
Unity3d LineRenderer画线(介绍用鼠标画线的过程)

http://www.qinxue.com/218-460.html
shader的导入以及使用说明

http://blog.csdn.net/bulademian/article/details/73330797
[Unity&]技能指示器skill indicator怎么做  (介绍两种unity3d的插件,分别用作2D和3D的情况)
 

猜你喜欢

转载自blog.csdn.net/sky1466181491/article/details/86628384