Releases: stalgiag/p5.xr
v0.4.10
Fixed compatibility issues with p5.js version 1.9.2 to 1.10.0. 'useLinePerspective' is now off by default. This means line thickness looks consistent regardless of distance. This was the behavior in p5.xr before and has been kept to avoid breaking earlier sketches.
What's Changed
- Fix to work with p5 v1.10.0 by @TiborUdvari in #223
Full Changelog: v0.4.9...v0.4.10
v0.4.9
What's Changed
- Refactor / p5xr consolidation / Fix AR mode by @TiborUdvari in #215
Full Changelog: v0.4.8...v0.4.9
0.4.7
- Bumps p5 to 1.9.0, support for WebGL2 @TiborUdvari
- Fix bug that prevented Immersive VR Mode from being Requested @TiborUdvari
- Fix for inline field of view issues
0.4.65
0.4.5
v0.4
0.3.2-rc.3
Fixes most AR functionality for both Android and iOS
Hit testing working well in Android, still problems in iOS
also fixes a bug that was constructing p5 twice
0.3.2-rc.1
Removes jsartoolkit-based MARKER functionality to reduce library size drastically
Update WebXR polyfill to latest
This updates the WebXR polyfill embedded in build to the latest version.
VR working iOS and Android
AR complete version coming very soon!
AR Examples Working in Chrome 79/Android
A quick update to make the AR examples work with the most recent Android.
A larger update with anchor setting and other AR features is in the works.