nova: fixed model import by removing file extension

This commit is contained in:
ethan merchant 2024-04-10 05:26:46 -04:00
parent 41fbeb703e
commit 7498e8fa10

View file

@ -13,7 +13,7 @@ async fn main() {
Transform::identity(),
&ResourceID::new_namespaced(
"color_cube",
"color_cube.glb"
"color_cube"
),
).unwrap();