diff --git a/src/components/3d/Sphere.tsx b/src/components/3d/Sphere.tsx index 7323f40..63abc8c 100644 --- a/src/components/3d/Sphere.tsx +++ b/src/components/3d/Sphere.tsx @@ -8,7 +8,7 @@ import { vertexShader } from "./vertexShader"; import * as TWEEN from "@tweenjs/tween.js"; function Sphere() { - const meshRef = React.useRef(); + const meshRef = React.useRef(); const start = React.useRef(Date.now()); const uniforms = React.useRef( THREE.UniformsUtils.merge([THREE.UniformsLib["lights"], THREE.ShaderLib.phong.uniforms, { time: { value: 0 } }])