diff --git a/src/components/interactivePrism/Prism.tsx b/src/components/interactivePrism/Prism.tsx index 1cb4dc5..2c75d7d 100644 --- a/src/components/interactivePrism/Prism.tsx +++ b/src/components/interactivePrism/Prism.tsx @@ -8,7 +8,7 @@ import { GLTFLoader } from "three-stdlib"; export function Prism({ onRayOver, onRayOut, onRayMove, ...props }) { const { nodes } = useLoader( GLTFLoader, - "https://uploads.codesandbox.io/uploads/user/b3e56831-8b98-4fee-b941-0e27f39883ab/xxpI-prism.glb", + "https://openauthx.s3.ap-south-1.amazonaws.com/xxpI-prism.glb", ); // Only create meshes if nodes.Cone.geometry exists