Skip to content

Commit

Permalink
Initial description
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Jan 29, 2024
1 parent 7dec803 commit 30de0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sample/skinnedMesh/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 30de0af

Please sign in to comment.