Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 554 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 554 Bytes

THREE JS Product Configurator

Getting Started

Just download the code and run the project on your browser, no need to install any dependencies, everything is included in the source code. You would need to run the code on a local server because of cross origin issues, more on this here. VS Code Live Extension will also work.

Using A Different Model

To use a different model, just add the PATH to your .glb file in the MODEL_PATH constant defined in the script.js file.