问题描述
有人知道我在哪里可以得到一些不错的AFrame Oculus Go控制器文档吗?
Does anyone know where I can get some decent AFrame Oculus Go Controller Documentation?
我需要使用Oculus Go控制器制作一个像WASD一样移动的相机控制器。现在在aframe.io上没有关于Oculus Go的文档。
I need to make a camera controller that moves like a WASD with the Oculus Go Controller. Right now on aframe.io there is no documentation on Oculus Go.
推荐答案
Oculus Go控件可在master分支中使用(您今天可以在
The Oculus Go controls are available in the master branch (you can use it today at https://rawgit.com/aframevr/aframe/master/dist/aframe-master.js) and will ship in A-Frame 0.9.0. Docs available here: https://github.com/aframevr/aframe/blob/master/docs/introduction/interactions-and-controllers.md#adding-3dof-controllers-daydream-controls-gearvr-controls-oculus-go-controls
这篇关于AFrame Oculus Go控制器文档?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!