bevy_fsl_box_frame

Crates.iobevy_fsl_box_frame
lib.rsbevy_fsl_box_frame
version0.4.0
sourcesrc
created_at2023-12-16 23:44:02.112295
updated_at2024-10-31 18:42:05.78104
descriptionA gizmo for manipulating an OBB via 3D picking
homepagehttps://github.com/ForesightMiningSoftwareCorporation/bevy_fsl_box_frame
repositoryhttps://github.com/ForesightMiningSoftwareCorporation/bevy_fsl_box_frame
max_upload_size
id1072046
size688,832
IceSentry (IceSentry)

documentation

https://docs.rs/bevy_fsl_box_frame

README

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].

Commit count: 39

cargo fmt