
传感器设备类
文章平均质量分 92
Rick__
力争上游
展开
-
基于Leap Motion设备及Unity3D引擎的自定义手势识别
1.Leap Motion 官网下载SDK并导入Unity3D,官网地址:https://developer.leapmotion.com/ 本次测试适用unity版本为2017.1以上下载内容:2.Leap Motion 获取手部关节点两种方式:(1)脚本:AttachmentPointBehaviour 中:可以获取手部各关节的position和rotation,使用时加自己的判...原创 2018-11-20 10:24:05 · 3006 阅读 · 3 评论 -
手势交互
using System.Collections;using System.Collections.Generic;using UnityEngine;using Leap;using Leap.Unity;public class HandCtLManeger : MonoBehaviour{ private LeapProvider mProvider;...原创 2019-04-04 04:27:58 · 709 阅读 · 6 评论 -
返回距离最近的人
using UnityEngine;using System.Collections;using UnityEngine.Video;using System.Collections.Generic;public class DisScript : MonoBehaviour{ [Tooltip ("Index of the player, tracked by thi...原创 2019-04-10 17:01:03 · 369 阅读 · 0 评论