a-painter
a-painter copied to clipboard
updated to aframe 1.4.2 and there is an error on oculus_touch_contrls.js
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.
This specific issue may be addressed by https://github.com/aframevr/aframe/pull/5415, however, this may not be all the maintenance you will need to run a-painter on latest aframe.