summaryrefslogtreecommitdiff
path: root/world/src
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 /world/src
parenta3621790a6f4466daab0f38f5eaf57fe064b2e92 (diff)
downloadweareserver-13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7.tar
weareserver-13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7.tar.bz2
weareserver-13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7.tar.zst
hint_static
Diffstat (limited to 'world/src')
-rw-r--r--world/src/mesh.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/src/mesh.rs b/world/src/mesh.rs
index 3d71939..b8dc0c3 100644
--- a/world/src/mesh.rs
+++ b/world/src/mesh.rs
@@ -383,6 +383,7 @@ pub fn import_mesh(
tex_occlusion,
// not supported by gltf
hint_mirror: None, // TODO
+ hint_static: None, // TODO Set when instancing
va_transmission: None,
va_emission: None,
va_metallic: None,