diff options
Diffstat (limited to 'world/src')
-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, |