Port projection_zoom
This commit is contained in:
parent
8b1ca93ba0
commit
c56805adb1
@ -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((
|
||||||
|
Loading…
Reference in New Issue
Block a user