stalgiag / p5.xr

a library that helps turn p5.js sketches into immersive experiences using WebXR
GNU Lesser General Public License v2.1
117 stars 25 forks source link

applyMatrix does not accept TypedArrays #120

Closed msub2 closed 3 years ago

msub2 commented 3 years ago

Nature of issue?

Which area does this problem relate to?

Details about the bug:

stalgiag commented 3 years ago

Oops! I briefly wondered to myself whether that isArray check would work. Oh well!

msub2 commented 3 years ago

Change was merged! Looks like they're gonna do a 1.3.1 release soon as well to fix some other bugs, so after that we should be set.

msub2 commented 3 years ago

1.3.1 is out! applyMatrix(hand.pose) finally works correctly. Should be able to finally update the tracked controllers example