课程配套学习项目源码资源下载
https://download.csdn.net/download/weixin_41697242/88485426?spm=1001.2014.3001.5503文章来源:https://www.toymoban.com/news/detail-786445.html
【背景】
在实际开发中,旋转运动也是时常需要模拟的重要运动类型。常见的场景有开关门,方向盘轮胎以及拉动拉杆等等。
旋转运动的实现可以基于物理系统也可以脱离物理系统,后者由于不依赖物理系统,所以使用范围更广泛。文章来源地址https://www.toymoban.com/news/detail-786445.html
【实现一个转盘】
- 首先将随附学习资源的源码中Steering Wheel的Unity package文件导入项目。
- 在Hierarchy中展开Environment对象,其下创建一个空的子对象并命名为Steering Wheel。将这个对象的Transform Position设置为x=-11.94,y=0.775,z=-4.33
- 点击Projects面板,展开Packages-》Tilia Interactions Controllerables Unity package-》。。。-》Prefabs-》Transform。将Interactions Angular Transform Drive拖拽到Hierarchy中的Steering Wheel对象下。
- 在Hierarchy中展开Interactions Angular Transform Drive-》Internal-》Interactable Container-》Interactions Interactable。
- 选中Interactions Interactable,在属性面板找到Interactable Facade组件&
到了这里,关于【VRTK】【VR开发】【Unity】19-VRTK实现旋转运动的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!