summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-21 23:03:37 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-21 23:03:37 +0100
commit13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7 (patch)
treefd82c7e200cb7ccef437c596e5d537cae96303c5 /doc
parenta3621790a6f4466daab0f38f5eaf57fe064b2e92 (diff)
downloadweareserver-13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7.tar
weareserver-13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7.tar.bz2
weareserver-13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7.tar.zst
hint_static
Diffstat (limited to 'doc')
-rw-r--r--doc/resources.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/resources.md b/doc/resources.md
index c015ab7..4fbc54f 100644
--- a/doc/resources.md
+++ b/doc/resources.md
@@ -78,6 +78,7 @@ white except normals are zero.
| `tex_thickness` | `Res<Texture>` | Use green channel |
| `tex_occlusion` | `Res<Texture>` | Use red channel |
| `hint_mirror` | | |
+| `hint_static` | | |
- **Attenuation**: Attenuation coefficient for each color channel due to
scattering within the material volume expressed as e-folding distance (m^-1).
@@ -96,6 +97,8 @@ white except normals are zero.
- **Mirror Hint**: Suggest a client to render reflections of this surface
properly e.g. show use a texture that shows output of another render pass from
the mirrors perspective. It can be assumed that the mesh is on a single plane.
+- **Static Hint**: Object will not move often. This allows implementations to
+ choose instanced rending when MeshPart are added more than once.
## Armature