Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
add skinning example
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Aug 9, 2024
1 parent 7ab3653 commit 8fedec7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/examples/GLTFs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const metadata = {
description: ''
}

const CDN_URL = 'https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/main/2.0/'
const CDN_URL = 'https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/main/2.0'

export const gltfRoutes = [
{
Expand Down Expand Up @@ -51,6 +51,11 @@ export const gltfRoutes = [
description: 'Quantized Duck',
entry: () => <GLTFViewer src={CDN_URL + '/Duck/glTF-Quantized/Duck.gltf'} light />
},
{
name: 'Skinning',
description: 'Skinned Rigged Simple',
entry: () => <GLTFViewer src={CDN_URL + '/RiggedSimple/glTF/RiggedSimple.gltf'} light />
},
{
name: 'KHR_materials_unlit',
description: 'Khronos Unlit Material Extension',
Expand Down

0 comments on commit 8fedec7

Please sign in to comment.