summaryrefslogtreecommitdiff
path: root/assets/models/gltf/SimpleSkin/README.body.md
blob: 00cd41ec21d99e2e8b14975ee84d9bf3ab75ea93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Screenshot

![screenshot](screenshot/screenshot.gif)

## Notes

Details about skinning using this particular model are explained in the
[skinning section of the glTF tutorial](https://github.com/javagl/glTF-Tutorials/blob/master/gltfTutorial/gltfTutorial_019_SimpleSkin.md).

## Data layout

The following images show the data layout of this sample:

![skinGeometry](screenshot/skinGeometry.png)
![skinAnimation](screenshot/skinAnimation.png)
![inverseBindMatrices](screenshot/inverseBindMatrices.png)
![skinningData](screenshot/skinningData.png)