Crates.io | bevy_fsl_box_frame |
lib.rs | bevy_fsl_box_frame |
version | 0.4.0 |
source | src |
created_at | 2023-12-16 23:44:02.112295 |
updated_at | 2024-10-31 18:42:05.78104 |
description | A gizmo for manipulating an OBB via 3D picking |
homepage | https://github.com/ForesightMiningSoftwareCorporation/bevy_fsl_box_frame |
repository | https://github.com/ForesightMiningSoftwareCorporation/bevy_fsl_box_frame |
max_upload_size | |
id | 1072046 |
size | 688,832 |
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
].