Skip to content

Commit

Permalink
IPK-65 state type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Dec 23, 2023
1 parent c41bfa3 commit 605cb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/3d/Sphere.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { vertexShader } from "./vertexShader";
import * as TWEEN from "@tweenjs/tween.js";

function Sphere() {
const meshRef = React.useRef<THREE.Mesh>();
const meshRef = React.useRef<any>();
const start = React.useRef(Date.now());
const uniforms = React.useRef(
THREE.UniformsUtils.merge([THREE.UniformsLib["lights"], THREE.ShaderLib.phong.uniforms, { time: { value: 0 } }])
Expand Down

0 comments on commit 605cb78

Please sign in to comment.