A lightweight web-based 3D inspection tool for engineering assets, supporting OBJ/MTL visualization, bounding box analysis, and interactive geometry exploration.
- Load and display 3D models (OBJ+MTL format)
- Interactive camera controls (orbit, zoom, pan)
- Scene helpers including grid, axes, and lighting
- Basic geometry visualization for engineering use cases
- Model inspection workflow for engineering-style 3D review
- React
- Vite
- Three.js
This project is inspired by my experience working on industrial software systems involving CAD, geometry processing, and 3D visualization.
It demonstrates how engineering models can be visualized and interacted with in a web-based environment, similar to real-world applications in automation, layout planning, and engineering design tools.
- Integrating Three.js with React for real-time rendering
- Handling 3D geometry and scene management
- Building interactive visualization tools for engineering workflows
npm install
npm run dev
Node.js 18+
Then open the local Vite URL in your browser

