Move model files to resources/models

This commit is contained in:
reo 2025-07-05 20:42:35 +03:00
parent 5358fea0f9
commit 5df8738711
14 changed files with 1 additions and 1 deletions

View file

@ -33,7 +33,7 @@ fn main() -> Result<()> {
let mut time = time::Time::new();
let object_ent = {
let mesh = model::load_gltf("resources/monkey-smooth.gltf", &display)?;
let mesh = model::load_gltf("resources/models/monkey.gltf", &display)?;
ecsr.spawn_mesh(mesh, Transform {
translation: Vec3::ZERO,
rotation: Quat::IDENTITY,