You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. First of all thanks for the VRController. So far it's working great.
Having a big problem with the mesh attached to the controller object, as it is not travelling with the controller object. I am not a threejs expert so I might be missing something obvious :-/
I am attaching (your) mesh to my controller as per the example...
For the most part this is working great. Unfortunately the controllerMesh stays put.
I have examined my controller position and it does not change (the scene does). The controller mesh is a child of the controller, so I don't know what I could be missing.
Thanks.
Edit....
I should add that I initially attempted to update the controller object position within the scene and could not seem to update it. After looking at your "space rocks" example it appeared to me that you were moving the "world" instead of the controller/camera.
The text was updated successfully, but these errors were encountered:
Hi. First of all thanks for the VRController. So far it's working great.
Having a big problem with the mesh attached to the controller object, as it is not travelling with the controller object. I am not a threejs expert so I might be missing something obvious :-/
I am attaching (your) mesh to my controller as per the example...
I am attempting to shuttle my camera about using thumbsticks by adjusting the scene position...
For the most part this is working great. Unfortunately the controllerMesh stays put.
I have examined my controller position and it does not change (the scene does). The controller mesh is a child of the controller, so I don't know what I could be missing.
Thanks.
Edit....
I should add that I initially attempted to update the controller object position within the scene and could not seem to update it. After looking at your "space rocks" example it appeared to me that you were moving the "world" instead of the controller/camera.
The text was updated successfully, but these errors were encountered: