VRTK/SteamVR手柄震动功能
- 前言
- 代码块
前言
手柄震动功能配合虚拟仿真模块的模拟电击等功能非常方便
代码块
SteamVR_Controller.DeviceRelation.Rightmost是右侧手柄
SteamVR_Controller.DeviceRelation.Leftmost是左侧手柄
var deviceIndex2 = SteamVR_Controller.GetDeviceIndex(SteamVR_Controller.DeviceRelation.Rightmost);
SteamVR_Co服务器托管ntroller.Input(deviceIndex2).TriggerHapticPulse(5000);
var deviceIndex1 = SteamVR_Contr服务器托管oller.GetDeviceIndex(SteamVR_Controller.DeviceRelation.Leftmost);
SteamVR_Controller.Input(deviceIndex1).TriggerHapticPulse(5000);
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
相关推荐: JAVA 反序列化之 Apache Commons Collections 反序列化漏洞分析
Apache Commons Collections 反序列化漏洞是 2015 年影响重大的漏洞之一,同时也开启了各类 java 反序列漏洞的大门,这几年大量各类 java 反序列化漏洞不断出现。java 反序列化漏洞基本一出必高危,风险程度极大,最近研究了一…