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
The new line perspective feature introduced in p5.js v1.9.2 makes it so all examples, especially in AR look buggy. Since WebXR uses real world measurements, especially in immersive-ar mode this means that lines will have a thickness of 1m. Will add a way to add better defaults.
Here you can see the same sketch with v1.9.1 vs v.1.9.2 which introduces the new linePerspective feature.
The new line perspective feature introduced in p5.js v1.9.2 makes it so all examples, especially in AR look buggy. Since WebXR uses real world measurements, especially in
immersive-ar
mode this means that lines will have a thickness of 1m. Will add a way to add better defaults.Here you can see the same sketch with v1.9.1 vs v.1.9.2 which introduces the new
linePerspective
feature.This is related to what I thought broke in #219
The text was updated successfully, but these errors were encountered: