Skip to content

Commit

Permalink
IPK-65 sphere import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Dec 23, 2023
1 parent 10cce2b commit c41bfa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/3d/Sphere.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import React, { useEffect } from "react";
import * as THREE from "three";
import { fragmentShader } from "./fragmentShader";
import { vertexShader } from "./vertexShader";
import TWEEN from "@tweenjs/tween.js";
// @ts-ignore
import * as TWEEN from "@tweenjs/tween.js";

function Sphere() {
const meshRef = React.useRef<THREE.Mesh>();
Expand Down

0 comments on commit c41bfa3

Please sign in to comment.