summaryrefslogtreecommitdiff
path: root/assets/models/gltf/SimpleSkin/README.body.md
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-04-06 11:51:33 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-04-06 11:51:33 +1100
commitef264da91e1e7efc209bd49320fc5907f62312a7 (patch)
tree58bf2c9a31ef73b631643afa6bc1de154146a061 /assets/models/gltf/SimpleSkin/README.body.md
parente5495790aeba905505152ad3b6690f459a44df03 (diff)
add a skinned model example from gltf sample models.
Diffstat (limited to 'assets/models/gltf/SimpleSkin/README.body.md')
-rw-r--r--assets/models/gltf/SimpleSkin/README.body.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/models/gltf/SimpleSkin/README.body.md b/assets/models/gltf/SimpleSkin/README.body.md
new file mode 100644
index 0000000..00cd41e
--- /dev/null
+++ b/assets/models/gltf/SimpleSkin/README.body.md
@@ -0,0 +1,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)
+