Search the Community
Showing results for tags 'windowsmotioncontroller'.
-
Hello, I am trying to rotate or change the orientation of the web vr camera programmatically. I am using the WinMR controllers. The base codes are from the sponza/mansion teleportation where we can change the camera position. I wonder if it's possible to change the camera orientation using thumbstick as well (like teleportation in the cliff house). Setting the camera's rotation (x, y, z) does not seem to make any impact. There has to be a way right ? Please help. Thanks
- 6 replies
-
- windowsmotioncontroller
- webvrfreecamera
-
(and 1 more)
Tagged with:
-
Hello, I was trying the http://playground.babylonjs.com/#E0WY4U#, demo and clicked the 'zip' button to save the source files. I then tried to hit the saved pages using local webserver, but I was getting exception (see the attached file). The generated index.html (also attached here) has the following external references: <title>Babylon.js sample code</title> <!-- Babylon.js --> <script src="https://www.babylonjs.com/hand.minified-1.2.js"></script> <script src="https://preview.babylonjs.com/gui/babylon.gui.min.js"></script> <script src="https://preview.babylonjs.com/cannon.js"></script> <script src="https://preview.babylonjs.com/oimo.js"></script> <script src="https://preview.babylonjs.com/babylon.js"></script> Looks like some GUI type is not defined, I guess the included gui.js is not correct ? Please help. Thanks. index.html