Port projection_zoom

This commit is contained in:
Jan Hohenheim 2025-07-13 00:02:22 +02:00
parent 8b1ca93ba0
commit c56805adb1
No known key found for this signature in database

View File

@ -82,7 +82,9 @@ fn setup(
), ),
// Note: the scale adjustment is purely an accident of our fox model, which renders // Note: the scale adjustment is purely an accident of our fox model, which renders
// HUGE unless mitigated! // 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(( commands.spawn((