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

Incorrect results when applying artoolkit projection matrix #79

Closed stalgiag closed 4 years ago

stalgiag commented 5 years ago

Nothing renders with this:

p5.instance._renderer.uPMatrix.mat4 = p5xr.instance.arController.getCameraMatrix();

Potentially related to #78