👉 Watch Demo Video(시연 영상 보러 가기)
(Or click the image below to watch the video.)
obj_viewer is a lightweight Qt 6 desktop application for quick inspection of 3D assets.
- Format support – OBJ by default
- Real-time Phong shading with adjustable diffuse, specular, shininess
- Normal-mode toggle – per-vertex ⇄ per-face
- Orbit camera – drag to rotate, mouse-wheel to zoom
- Interactive lighting – sliders for yaw / pitch / distance + visible light-marker cube
macOS
git clone --recursive https://github.com/whencanibe/obj_viewer.git
cd obj_viewer
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j
build/obj_viewer 

