Skip to content

FPS Octree

Working Example

<>

Description

This example is using three custom hooks. That is useKeyboard, useOctree and useOctreeHelper

Use W A S D keys to move, SPACE to jump and mouse button to shoot.

FPS Octree (Working Example) sbedit.net

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

Comments