FPS Octree
Working Example
Description
This example is using three custom hooks. That is useKeyboard
, useOctree
and useOctreeHelper
Use WASD keys to move, SPACE to jump and mouse button to shoot.
GitHub Branch
git clone https://github.com/Sean-Bradley/React-Three-Fiber-Boilerplate.git
cd React-Three-Fiber-Boilerplate
git checkout fpsOctree
npm install
npm start