Skip to content

abdulmoeez/three-js-product-configurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.