a-painter icon indicating copy to clipboard operation
a-painter copied to clipboard

updated to aframe 1.4.2 and there is an error on oculus_touch_contrls.js

Open jerryhou77 opened this issue 1 year ago • 1 comments

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.

jerryhou77 avatar Sep 14 '23 08:09 jerryhou77

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.

Elettrotecnica avatar Mar 22 '24 10:03 Elettrotecnica