#bevy #gizmo #3d

bevy_fsl_box_frame

A gizmo for manipulating an OBB via 3D picking

3 unstable releases

0.2.0 Feb 24, 2024
0.1.1 Feb 23, 2024
0.1.0 Dec 16, 2023

#1213 in Game dev

Download history 99/week @ 2024-01-01 227/week @ 2024-01-08 492/week @ 2024-01-15 289/week @ 2024-01-22 345/week @ 2024-01-29 150/week @ 2024-02-05 22/week @ 2024-02-12 370/week @ 2024-02-19 262/week @ 2024-02-26 428/week @ 2024-03-04 642/week @ 2024-03-11 278/week @ 2024-03-18 629/week @ 2024-03-25 533/week @ 2024-04-01 254/week @ 2024-04-08 542/week @ 2024-04-15

1,958 downloads per month

MIT/Apache

535KB
752 lines

3D OBB with pointer-based manipulation features.

demo

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

~53–92MB
~1.5M SLoC