Skip to content

Commit

Permalink
Merge pull request #34 from One-Click-Auth/moonlightnexus-assets-redi…
Browse files Browse the repository at this point in the history
…rected-to-s3

Update Prism.tsx
  • Loading branch information
moonlightnexus authored Oct 3, 2023
2 parents 55521ed + 735b9ee commit 450ff9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
# pull_request:
# types: [opened]
jobs:
run:
runs-on: ubuntu-latest
Expand Down
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 450ff9e

Please sign in to comment.