File size: 929 Bytes
4f70482
 
 
 
 
 
 
 
 
 
 
 
6c3acde
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: SimpleSkin
emoji: πŸ“‰
colorFrom: green
colorTo: pink
sdk: gradio
sdk_version: 3.0.2
app_file: app.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference

# SimpleSkin

A simple example for vertex skinning in glTF 2.0. 

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).

## Screenshot

![screenshot](screenshot/screenshot.gif)

## License Information

Public domain ([CC0](https://creativecommons.org/publicdomain/zero/1.0/))

## 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)