You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the new separated matrices work, but there was a new issue introduced in the line renderer, affecting small coordinates ex. real world coordinates expressed in meters. Details here:
This was also an issue affecting all sketches, the new behaviour that was introduced activated the linePerspective by default in p5.xr which was not the case, this broke older sketches, as the lines could be really thick and made them look like a bug. processing/p5.js#7209
Starting from version 1.10.0 p5.js (finally) separates model and view matrices. This breaks how p5XrViewer handles the camera and needs to be updated.
Details in this merged PR: processing/p5.js#6761
The text was updated successfully, but these errors were encountered: