diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-23 22:59:28 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-23 22:59:28 +0100 |
commit | 65a87b276d8ec1e8eb15ba1d86ec25c3968a5972 (patch) | |
tree | 62d3b1790465df07ddc9edd1d1a09cf3595570f6 /doc | |
parent | 6d3b5da011059e7030af4fa30228aaf81234daca (diff) | |
download | weareserver-65a87b276d8ec1e8eb15ba1d86ec25c3968a5972.tar weareserver-65a87b276d8ec1e8eb15ba1d86ec25c3968a5972.tar.bz2 weareserver-65a87b276d8ec1e8eb15ba1d86ec25c3968a5972.tar.zst |
rename rest transform to ibm
Diffstat (limited to 'doc')
-rw-r--r-- | doc/resources.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/resources.md b/doc/resources.md index 7d06e71..4ae1d9e 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -125,12 +125,12 @@ Armature is used for humanoid avatar rigging and generally follows VRM specification. Joints are arranged in a hierarchy where transforms are inherited. Attribute values are zipped similar to vertex attributes. -| Key | Value Type | | -| ---------------- | ----------- | -------------------------------------- | -| `parent` | `[u16]` | Parent indecies, Root points to itself | -| `transform` | `[Affine3]` | | -| `rest_transform` | `[Affine3]` | | -| `name` | `[String]` | Each string prefixed with u16 length | +| Key | Value Type | | +| ------------------------ | ----------- | -------------------------------------- | +| `parent` | `[u16]` | Parent indecies, Root points to itself | +| `transform` | `[Affine3]` | | +| `inverse_bind_transform` | `[Affine3]` | | +| `name` | `[String]` | Each string prefixed with u16 length | - **Names**: Indirectly controlled joints have an empty name. All other bones are named like in [VRMC_vrm]. |