Add checkered sphere model
This commit is contained in:
parent
6ac8e8f503
commit
98d2a9dacb
2 changed files with 4 additions and 1 deletions
BIN
assets/models/checkered-sphere.glb
(Stored with Git LFS)
Normal file
BIN
assets/models/checkered-sphere.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -12,7 +12,7 @@ use crate::systems::{
|
||||||
PhysicsDebugSystem,
|
PhysicsDebugSystem,
|
||||||
};
|
};
|
||||||
|
|
||||||
const TEST_GLTF: &str = "sphere.glb";
|
const TEST_GLTF: &str = "checkered-sphere.glb";
|
||||||
const PLANE_GLTF: &str = "plane.glb";
|
const PLANE_GLTF: &str = "plane.glb";
|
||||||
const MAIN_SCENE_ID: &str = "main_scene";
|
const MAIN_SCENE_ID: &str = "main_scene";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue