update : add map model + octree algo

This commit is contained in:
2026-04-17 11:36:03 +02:00
parent ed7681a293
commit 20fbaf05e1
10 changed files with 319 additions and 68 deletions
+1
View File
@@ -2,6 +2,7 @@ import { useEffect } from "react";
import { PointerLockControls } from "@react-three/drei";
export const PLAYER_EYE_HEIGHT = 1.75;
export const PLAYER_CAPSULE_RADIUS = 0.35;
export function PlayerCamera(): React.JSX.Element {
useEffect(() => {