# Objective Add a bounding box gizmo  ## 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. |
||
|---|---|---|
| .. | ||
| gizmos.rs | ||
| lib.rs | ||
| lines.wgsl | ||
| pipeline_2d.rs | ||
| pipeline_3d.rs | ||