clean: complete optimization of player movements

This commit is contained in:
Florian Sylvain
2024-03-15 02:36:00 +01:00
parent 93ce8386ab
commit 7d22a4eee9
4 changed files with 177 additions and 146 deletions
+4 -1
View File
@@ -38,7 +38,10 @@ export function Cubes(props: { cubesPosition: Vector3[] }) {
scale={[1, 1, 1]}
>
<boxGeometry attach={"geometry"}></boxGeometry>
<meshLambertMaterial color={"hotpink"}></meshLambertMaterial>
<meshLambertMaterial
color={"hotpink"}
toneMapped={false}
></meshLambertMaterial>
</mesh>
);
});