junwha0511 / car-parts-graphical-view

Rendering parts of car with WebGL (Three.js)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

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.

image

Usage

python3 -m http.server

Files

index.html: main HTML file

background.html: Scene builder, OBJ Loader, Ray casting

models/elantra.obj: OBJ file to render

Video

2023-02-11.11.13.52.webm
2023-02-11.8.54.41.webm

About

Rendering parts of car with WebGL (Three.js)


Languages

Language:JavaScript 78.9%Language:HTML 21.1%