diff options
-rw-r--r-- | doc/resources.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/resources.md b/doc/resources.md index 1c1b43f..05b4cfc 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -99,11 +99,11 @@ white except normals are zero. ## Armature -| Key | Value Type | | -| ----------- | ----------- | ------------------------------------ | -| `parent` | `[u16]` | Parent indecies | -| `transform` | `[Affine3]` | | -| `name` | `[String]` | Each string prefixed with u16 length | +| Key | Value Type | | +| ----------- | ----------- | -------------------------------------- | +| `parent` | `[u16]` | Parent indecies, Root points to itself | +| `transform` | `[Affine3]` | | +| `name` | `[String]` | Each string prefixed with u16 length | ## LightPart |