feat: it speaks

This commit is contained in:
2026-05-31 23:41:32 -03:00
parent 339c660bcb
commit eec01440f9
6 changed files with 67 additions and 12 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
import { useFrame, useThree } from "@react-three/fiber";
import { useEffect, useRef } from "react";
import * as THREE from "three";
import { FEAR_SETTINGS, fearState } from "../state";
import { PointerLockControls } from "@react-three/drei";
import * as THREE from "three";
const forward = new THREE.Vector3();
const side = new THREE.Vector3();
const direction = new THREE.Vector3();