pub fn spawn_object(world: &mut World, object: Object) -> Entity
Spawns an Object: mesh, color, and optional physics body in one call.
Object