summaryrefslogtreecommitdiff
path: root/doc/resources.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-07 15:25:00 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-07 15:25:00 +0100
commitd7fdcfd791f011e33fb9720e7451e56410411e4f (patch)
tree7db39bb3e9d99ecba7761e8be3d7ae35b288ce2f /doc/resources.md
parent92ab896339692c7dab300ad4d11a94fa03ee3ef4 (diff)
downloadweareserver-d7fdcfd791f011e33fb9720e7451e56410411e4f.tar
weareserver-d7fdcfd791f011e33fb9720e7451e56410411e4f.tar.bz2
weareserver-d7fdcfd791f011e33fb9720e7451e56410411e4f.tar.zst
fix armature duplication
Diffstat (limited to 'doc/resources.md')
-rw-r--r--doc/resources.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/resources.md b/doc/resources.md
index 67fca4a..344101c 100644
--- a/doc/resources.md
+++ b/doc/resources.md
@@ -68,7 +68,7 @@ white except normals are zero.
| `va_transmission` | `Res<[Float]>` | |
| `va_emission` | `Res<[Vec3]>` | |
| `va_joint_weight` | `Res<[[Float; 4]]>` | |
-| `va_joint_index` | `Res<[[u16; 4]]>` | |
+| `va_joint_index` | `Res<[[u32; 4]]>` | |
| `tex_normal` | `Res<Texture>` | Use color channels |
| `tex_roughness` | `Res<Texture>` | Use green channel |
| `tex_metallic` | `Res<Texture>` | Use blue channel |