diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-20 23:48:23 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-20 23:48:23 +0100 |
commit | 771cda23f0e716c2107cedf1ab5b20aab8daf524 (patch) | |
tree | 9a51d9b3f80e8ee3a8a3daba8b751700c580fcec /doc | |
parent | a59e77673b2c7b07cf4ad3989f18c46a86775cab (diff) | |
download | weareserver-771cda23f0e716c2107cedf1ab5b20aab8daf524.tar weareserver-771cda23f0e716c2107cedf1ab5b20aab8daf524.tar.bz2 weareserver-771cda23f0e716c2107cedf1ab5b20aab8daf524.tar.zst |
note root index
Diffstat (limited to 'doc')
-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 |