The goal of this repo is to showcase how to use Three.js OBJ Loader inside of a simple React component.
Deployed to Github Pages: https://supromikali.github.io/react-three-obj-loader/
- loading an OBJ Model into a scene
- Three.js OrbitControls integration
- scene resize on window resize
- display loading progress on Three Model in React app
This demo app uses react-scripts, so to run the app locally just type in your terminal: npm install && npm start
and the app should start in your browser at http://localhost:3000