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
I try to run a-painter on quest 2 , after I updated a-frame to 1.4.2, there is no AR button on screen, when I enter VR mode, there is an error on oculus_touch_contrls.js:
Cannot read properties of undefined (reading 'position')
at n.onOculusTouchV3ModelLoaded (oculus-touch-controls.js:416:50)
the error code is buttonObjects.grip.minX = buttonObjects.grip.position.x;
I can choose brush and draw in space, but when I want to chooese the color, VR is freeze.
The text was updated successfully, but these errors were encountered:
This specific issue may be addressed by aframevr/aframe#5415, however, this may not be all the maintenance you will need to run a-painter on latest aframe.
I try to run a-painter on quest 2 , after I updated a-frame to 1.4.2, there is no AR button on screen, when I enter VR mode, there is an error on oculus_touch_contrls.js:
Cannot read properties of undefined (reading 'position')
at n.onOculusTouchV3ModelLoaded (oculus-touch-controls.js:416:50)
the error code is buttonObjects.grip.minX = buttonObjects.grip.position.x;
I can choose brush and draw in space, but when I want to chooese the color, VR is freeze.
The text was updated successfully, but these errors were encountered: