From 9d6f2f3ec6ff801fd4dc4a2bdf8e6ae777f7f811 Mon Sep 17 00:00:00 2001 From: moonlightnexus <68702919+moonlightnexus@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:13:57 +0530 Subject: [PATCH] Update Prism.tsx --- src/components/interactivePrism/Prism.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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