Skip to content

Commit

Permalink
Update Prism.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlightnexus authored Oct 3, 2023
1 parent 55521ed commit 9d6f2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/interactivePrism/Prism.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d6f2f3

Please sign in to comment.