devAxeon Posted March 21, 2018 Share Posted March 21, 2018 Hi, First, great job for the VR's implementation !! It's incrediblely simple and it works perfectly !! I would like to customize the mesh created in the "_createTeleportationCircles" function. Is it possible to have an option to do it ? (Or can I already do it ?) Many thanks !! davrous 1 Quote Link to comment Share on other sites More sharing options...
Guest Posted March 21, 2018 Share Posted March 21, 2018 Yep you can vrHelper.teleportationTarget = BABYLON.Mesh.CreateSphere("sphere1", 4, 0.1, scene); More info: http://doc.babylonjs.com/how_to/webvr_helper#enabling-disabling-teleportation davrous 1 Quote Link to comment Share on other sites More sharing options...
devAxeon Posted March 21, 2018 Author Share Posted March 21, 2018 Great, thank you ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.