From 8fedec783eb282541a7c5d52c139bcb1651c8cf4 Mon Sep 17 00:00:00 2001 From: HexaField Date: Fri, 9 Aug 2024 14:28:26 +1000 Subject: [PATCH] add skinning example --- src/examples/GLTFs.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/examples/GLTFs.tsx b/src/examples/GLTFs.tsx index 41cffc6..3096246 100644 --- a/src/examples/GLTFs.tsx +++ b/src/examples/GLTFs.tsx @@ -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 = [ { @@ -51,6 +51,11 @@ export const gltfRoutes = [ description: 'Quantized Duck', entry: () => }, + { + name: 'Skinning', + description: 'Skinned Rigged Simple', + entry: () => + }, { name: 'KHR_materials_unlit', description: 'Khronos Unlit Material Extension',