From 7498e8fa10ac628da19a1fd744a90e3737552731 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Wed, 10 Apr 2024 05:26:46 -0400 Subject: [PATCH] nova: fixed model import by removing file extension --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 798f9d1..0c67160 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ async fn main() { Transform::identity(), &ResourceID::new_namespaced( "color_cube", - "color_cube.glb" + "color_cube" ), ).unwrap();