Skip to content

Commit

Permalink
merge main into sample_organize_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Feb 28, 2024
2 parents 12e1770 + 8bfa289 commit 1879c54
Show file tree
Hide file tree
Showing 9 changed files with 2,221 additions and 0 deletions.
Binary file added public/assets/gltf/whale.glb
Binary file not shown.
1 change: 1 addition & 0 deletions src/pages/samples/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const featureDemoPages: PageComponentType = {
reversedZ: dynamic(() => import('../../sample/reversedZ/main')),
normalMap: dynamic(() => import('../../sample/normalMap/main')),
renderBundles: dynamic(() => import('../../sample/renderBundles/main')),
skinnedMesh: dynamic(() => import('../../sample/skinnedMesh/main')),
};

const renderPassDemoPages: PageComponentType = {
Expand Down
Loading

0 comments on commit 1879c54

Please sign in to comment.