Skip to content
Snippets Groups Projects
Unverified Commit adc960a5 authored by Marco Hutter's avatar Marco Hutter Committed by GitHub
Browse files

Merge pull request #42 from javagl/master

Fixed wording for updated skinning data
parents 0743e58a c38d3c46
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ The `"JOINTS_0"` attribute refers to an accessor that contains the indices of th ...@@ -161,7 +161,7 @@ The `"JOINTS_0"` attribute refers to an accessor that contains the indices of th
Vertex 8: 0, 1, 0, 0, Vertex 8: 0, 1, 0, 0,
Vertex 9: 0, 1, 0, 0, Vertex 9: 0, 1, 0, 0,
This means that every vertex should be influenced by joint 0 and joint 1. (The last 2 components of each vector are ignored here. If there were multiple joints, then one entry of this accessor could, for example, contain This means that every vertex should be influenced by joint 0 and joint 1, except for the two vertices at the bottom. (The last 2 components of each vector are ignored here. If there were multiple joints, then one entry of this accessor could, for example, contain
3, 1, 8, 4, 3, 1, 8, 4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment