summaryrefslogtreecommitdiff
path: root/doc/resources.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/resources.md')
-rw-r--r--doc/resources.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/resources.md b/doc/resources.md
index 761a6fa..7d06e71 100644
--- a/doc/resources.md
+++ b/doc/resources.md
@@ -125,11 +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]` | |
-| `name` | `[String]` | Each string prefixed with u16 length |
+| Key | Value Type | |
+| ---------------- | ----------- | -------------------------------------- |
+| `parent` | `[u16]` | Parent indecies, Root points to itself |
+| `transform` | `[Affine3]` | |
+| `rest_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].