git clone https://github.com/hlahtoo/locked_first_person_cam_threejs
cd locked_first_person_cam_threejs
npm install
npm run devThen open your browser and go to the localhost URL displayed in your terminal.
This is a sample GitHub repository created for Gamification Club members to:
- Learn the basics of 3D imports in a web environment
- Familiarize with my implementations of:
- Adding physics to walls and floors
- First-person camera controls
- Scene setup using Three.js
Feel free to explore, modify, and build on top of it!