From 30de0af76b1e83f916803bf86363ca86f8221987 Mon Sep 17 00:00:00 2001 From: cmhhelgeson <62450112+cmhhelgeson@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:02:41 -0800 Subject: [PATCH] Initial description --- src/sample/skinnedMesh/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sample/skinnedMesh/main.ts b/src/sample/skinnedMesh/main.ts index e8420636..e911a12e 100644 --- a/src/sample/skinnedMesh/main.ts +++ b/src/sample/skinnedMesh/main.ts @@ -483,7 +483,7 @@ const init: SampleInit = async ({ const skinnedMesh: () => JSX.Element = () => makeSample({ name: 'Skinned Mesh', - description: 'WIP Skinned Mesh', + description: 'A demonstration of basic gltf loading and mesh skinning, ported from https://webgl2fundamentals.org/webgl/lessons/webgl-skinning.html. Mesh data, per vertex attributes, and skin inverseBindMatrices are taken from the json parsed from the binary output of the .glb file, with animated joint matrices updated and passed to shaders per frame via uniform buffers.', init, gui: true, sources: [