diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-01-21 23:03:37 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-01-21 23:03:37 +0100 |
| commit | 13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7 (patch) | |
| tree | fd82c7e200cb7ccef437c596e5d537cae96303c5 /world | |
| parent | a3621790a6f4466daab0f38f5eaf57fe064b2e92 (diff) | |
| download | weareserver-13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7.tar weareserver-13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7.tar.bz2 weareserver-13eb6abfe0e766e432a2f08d58fa9f5a6c5026e7.tar.zst | |
hint_static
Diffstat (limited to 'world')
| -rw-r--r-- | world/src/mesh.rs | 1 |
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, |