diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-06-26 19:11:12 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-06-26 19:11:12 +0200 |
| commit | 663120f650d022c8373b720de75e705a06ce91a1 (patch) | |
| tree | 6c7afd2fe1182c03a92507651efcf2bc37a634c7 | |
| parent | 2228f3e314fea4f65ac4f5be384e30b152ee4e01 (diff) | |
| download | weareserver-663120f650d022c8373b720de75e705a06ce91a1.tar weareserver-663120f650d022c8373b720de75e705a06ce91a1.tar.bz2 weareserver-663120f650d022c8373b720de75e705a06ce91a1.tar.zst | |
typo
| -rw-r--r-- | doc/resources.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/resources.md b/doc/resources.md index 5060571..d1a2332 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -48,7 +48,7 @@ ## MeshPart Vertex attribute arrays (va_\*) are resources that contain a packed float32 -array. ombinations of g_\*, va_\* and tex_\* are multiplied except normal which +array. Combinations of g_\*, va_\* and tex_\* are multiplied except normal which is added. Defaults should be the identity for that operation, so default is 1 / white except normals are zero. |