8 releases (5 breaking)
| 0.6.0 | Aug 28, 2025 |
|---|---|
| 0.5.0 | Apr 30, 2025 |
| 0.4.1 | Jan 24, 2025 |
| 0.4.0 | Oct 31, 2024 |
| 0.1.0 | Dec 16, 2023 |
#1078 in Game dev
2,019 downloads per month
545KB
676 lines
3D OBB with pointer-based manipulation features.

We say "frame" because only the 12 edges of the box are rendered via
bevy_polyline.
Faces of the box can be dragged by the pointer to manipulate the box extents. As the pointer hovers over each face, visual feedback is provided (highlight material).
Depends on bevy_mod_picking::DefaultPickingPlugins and
bevy_polyline::PolylinePlugin.
Dependencies
~57–91MB
~1.5M SLoC