Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 502 Bytes

3D Viewer

Simple React and Three.js based 3D Viewer:

Demo: http://3dviewer.mmanukyan.io/

TODO and Bugs:

  • Some OBJ files with texture cannot be opened (they were out of view frustum)
  • Some OBJ files texture is not applied (they were out of view frustum)
  • Make lightning dependant on the mesh bounding box size (attached it to camera)
  • Add 3D controls
  • Clean up code

Screenshots

screen2

screen1