@wonderlandengine/ar-tracking
v1.0.1
Published
Wonderland Engine AR Tracking framework.
Downloads
4
Readme
Wonderland Engine AR Tracking - Framework
General AR framework for Wonderland Engine which currently supports 8th Wall tracking and WebXR Device API.
Learn more about Wonderland Engine at https://wonderlandengine.com.
Usage
Install this library to your project's package as follows:
npm i --save @wonderlandengine/ar-tracking
Wonderland Editor will automatically detect all components in the package add auto-import those that you use in the scene.
Then, make sure to install a provider, e.g.:
npm i --save @wonderlandengine/ar-provider-webxr
For steps on how to set up an AR session, find the README of the GitHub repository.