This is the project for implementing a simple graphical view of an Object using OBJLoader of Three.js
it renders an OBJ file, and provide the popup and color-highlighting for the specific mesh where the mouse is on.
python3 -m http.server
index.html: main HTML file
background.html: Scene builder, OBJ Loader, Ray casting
models/elantra.obj: OBJ file to render
