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
This was a RnD project for extending the Three.js base viewer similarly to the google <model-viewer /> but more streamlined. It supports creating hotspots on the loaded model, camera dolly animations, and some other things. This was also a try to keep it as vanilla as possible, so no real deps.
To change the model change the modelSrc prop inside the index.html file.
To start dev server
npm run dev
To build
npm run build
About
This was a RnD project for extending the Three.js base viewer similarly to the google <model-viewer /> but more streamlined. It supports creating hotspots on the loaded model, camera dolly animations, and some other things. This was also a try to keep it as vanilla as possible, so no real deps.