diff --git a/examples/camera/projection_zoom.rs b/examples/camera/projection_zoom.rs index 54c12f34b2..60ac8be29b 100644 --- a/examples/camera/projection_zoom.rs +++ b/examples/camera/projection_zoom.rs @@ -82,7 +82,9 @@ fn setup( ), // Note: the scale adjustment is purely an accident of our fox model, which renders // HUGE unless mitigated! - Transform::from_translation(Vec3::splat(0.0)).with_scale(Vec3::splat(0.025)), + Transform::from_translation(Vec3::splat(0.0)) + .with_scale(Vec3::splat(0.025)) + .looking_to(Vec3::Z, Vec3::Y), )); commands.spawn((