viewport-lib 0.19.0

3D viewport rendering library
Documentation
1
2
3
4
5
6
7
8
9
10
/// Action-based input system with mode-sensitive key/mouse bindings.
pub mod input;
/// Object manipulation controller (move, rotate, scale with constraints and numeric input).
pub mod manipulation;
/// Scene queries: ray-cast picking and transform snapping.
pub mod query;
/// Selection state: multi-select, sub-object references, and pick masks.
pub mod select;
/// Interactive 3D probe and region widgets (line probe, sphere, box).
pub mod widgets;