msub2 / webxr-showcase

Showcasing example WebXR projects in as many engines/frameworks as possible.
https://msub2.github.io/webxr-showcase/
7 stars 1 forks source link

[p5.xr] First Steps example breaks if one controller is missing #15

Closed msub2 closed 1 year ago

msub2 commented 2 years ago

Seems like I might have overlooked this back when I worked on p5xrInput, seems like when my right controller on the Quest 2 was disconnected it broke the render loop because it was trying to call applyMatrix(hand.pose) when pose didn't exist. Might just be able to mitigate this through code.

msub2 commented 1 year ago

After bumping the p5.xr version to the latest it doesn't seem to happen anymore. Will close this.