This project is a 3D viewer built using Three.js. Options such as lighting, fog, camera, and the model path can be adjusted through the viewer.js file.
Install Visual Studio Code and drag in the unzipped folder.
-
Create a new folder called
modelsat the root of your project. Add the .glb model to that folder.
-
Update the modelUrl to the name and path of your model. Usually something like:
../models/capital.glb
-
Search for and then install the Live Server plug-in.

-
Right-click on the
index.htmlfile and select Open with Live Server.
Your browser will automatically open the application.
This project is licensed under the MIT License.

