5 releases (3 breaking)
new 0.4.0 | Oct 31, 2024 |
---|---|
0.3.0 | Sep 24, 2024 |
0.2.0 | Feb 24, 2024 |
0.1.1 | Feb 23, 2024 |
0.1.0 | Dec 16, 2023 |
#1099 in Game dev
331 downloads per month
540KB
682 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
~51–88MB
~1.5M SLoC