Add checkered sphere model

This commit is contained in:
reo 2025-12-15 23:08:32 +03:00
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

Binary file not shown.

View file

@ -12,7 +12,7 @@ use crate::systems::{
PhysicsDebugSystem,
};
const TEST_GLTF: &str = "sphere.glb";
const TEST_GLTF: &str = "checkered-sphere.glb";
const PLANE_GLTF: &str = "plane.glb";
const MAIN_SCENE_ID: &str = "main_scene";