首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > Starter project for using TUIO with Unity3d

Starter project for using TUIO with Unity3d

  • 资源大小:940.00 B
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: tyd

资 源 简 介

Cut down TUIO framework for Unity3d from Mindstorm **NOTE: Unity 4.3 has a new definition for UnityEngine.Touch. Please use the latest version from SVN if you are using Unity 4.3.** Unity3d-TUIO is a library for using TUIO input in Unity3d. Tuio input is accessible in the same way as iPhone and Android touch data (UnityEngine.Touch objects). Also included is the MindstormGestures framework to turn that touch data into interactions with objects. MindstormGestures includes 4 examples projects to get you started. To use Tuio input in your project just change: foreach (Touch t in Input.touches){ // Process your touch information here} To: foreach (Touch t in TuioInput.touches){ // Process your touch information here} What"s in the box MindstormGestures and MindstormTuio packages (ready for import into your project) Project with MindstormGestures, M
VIP VIP
0.187170s