bevy/examples/tools/scene_viewer
ira b5d24d8fb2
Add a bounding box gizmo (#8468)
# Objective

Add a bounding box gizmo

![Screenshot from 2023-04-22
23-49-40](https://user-images.githubusercontent.com/29694403/233808825-7593dc38-0623-48a9-b0d7-a4ca24a9e071.png)

## Changes
- Added the `AabbGizmo` component that will draw the `Aabb` component on
that entity.
- Added an option to draw all bounding boxes in a scene on the
`GizmoConfig` resource.
- Added `TransformPoint` trait to generalize over the point
transformation methods on various transform types (e.g `Transform` and
`GlobalTransform`).
- Changed the `Gizmos::cuboid` method to accept an `impl TransformPoint`
instead of separate translation, rotation, and scale.
2023-04-24 15:23:06 +00:00
..
camera_controller_plugin.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
main.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
mod.rs Organized scene_viewer into plugins for reuse and organization (#6936) 2022-12-25 00:23:13 +00:00
scene_viewer_plugin.rs Add a bounding box gizmo (#8468) 2023-04-24 15:23:06 +00:00