bevy/examples/camera
Rich Churcher b9b43ad89c
Add examples for orthographic and perspective zoom (#15092)
# Objective

Add examples for zooming (and orbiting) orthographic and perspective
cameras.

I'm pretty green with 3D, so please treat with suspicion! I note that
if/when #15075 is merged, `.scale` will go away so this example uses
`.scaling_mode`.

Closes #2580
2024-09-09 23:30:52 +00:00
..
2d_top_down_camera.rs Add an example for doing movement in fixed timesteps (#14223) 2024-07-09 14:23:10 +00:00
first_person_view_model.rs Use AccumulatedMouseMotion, AccumulatedMouseScroll in examples (#14488) 2024-07-29 23:38:59 +00:00
projection_zoom.rs Add examples for orthographic and perspective zoom (#15092) 2024-09-09 23:30:52 +00:00