bevy/crates
Jasen Borisov 57f9ac18d7
OrthographicProjection scaling mode + camera bundle refactoring (#400)
* add normalized orthographic projection

* custom scale for ScaledOrthographicProjection

* allow choosing base axis for ScaledOrthographicProjection

* cargo fmt

* add general (scaled) orthographic camera bundle

FIXME: does the same "far" trick from Camera2DBundle make any sense here?

* fixes

* camera bundles: rename and new ortho constructors

* unify orthographic projections

* give PerspectiveCameraBundle constructors like those of OrthographicCameraBundle

* update examples with new camera bundle syntax

* rename CameraUiBundle to UiCameraBundle

* update examples

* ScalingMode::None

* remove extra blank lines

* sane default bounds for orthographic projection

* fix alien_cake_addict example

* reorder ScalingMode enum variants

* ios example fix
2021-01-30 02:31:03 -08:00
..
bevy_app Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
bevy_asset Fix Bug in Asset Server Error Message Formatter (#1340) 2021-01-29 13:26:21 -08:00
bevy_audio release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_core Change Name to take Into<String> instead of String (#1283) 2021-01-22 14:13:26 -08:00
bevy_derive Modify Derive to allow unit structs for RenderResources. (#1089) 2020-12-23 17:21:10 -06:00
bevy_diagnostic Faster compilation of bevy_diagnostic (#1235) 2021-01-12 13:21:45 -08:00
bevy_dylib release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_dynamic_plugin release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_ecs implement Debug for Flags regardless of underlying type (#1323) 2021-01-26 11:58:46 -08:00
bevy_gilrs release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_gltf use Name on node when loading a gltf file (#1183) 2021-01-01 15:30:18 -06:00
bevy_input Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
bevy_internal Subpixel text positioning (#1196) 2021-01-03 12:39:11 -08:00
bevy_log release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_math More types (#1267) 2021-01-21 16:05:23 -08:00
bevy_pbr Add support for reading from mapped buffers (#1274) 2021-01-21 17:53:43 -08:00
bevy_reflect Enable dynamic mutable access to component data (#1284) 2021-01-22 15:15:08 -08:00
bevy_render OrthographicProjection scaling mode + camera bundle refactoring (#400) 2021-01-30 02:31:03 -08:00
bevy_scene Update Scene Example to Use scn.ron File (#1339) 2021-01-28 14:14:50 -08:00
bevy_sprite Text2d render quality (#1171) 2021-01-01 15:36:00 -06:00
bevy_tasks Add missing spawn_local method to Scope in the single threaded executor case (#1266) 2021-01-19 13:07:45 -08:00
bevy_text Expose more info in PositionedGlyph (#1319) 2021-01-26 11:53:55 -08:00
bevy_transform Add more transform relative vectors (#1300) 2021-01-24 20:05:30 -08:00
bevy_ui OrthographicProjection scaling mode + camera bundle refactoring (#400) 2021-01-30 02:31:03 -08:00
bevy_utils Use valid keys to initialize AHasher in FixedState (#1268) 2021-01-20 14:24:57 -08:00
bevy_wgpu Add support for reading from mapped buffers (#1274) 2021-01-21 17:53:43 -08:00
bevy_window Added set_minimized and set_position to Window (#1292) 2021-01-24 20:06:06 -08:00
bevy_winit Added set_minimized and set_position to Window (#1292) 2021-01-24 20:06:06 -08:00