viewport-lib 0.19.0

3D viewport rendering library
Documentation
1
2
3
4
5
6
7
8
//! Selection state: multi-select, sub-object references, and pick masks.

/// Pick mask for controlling item types and sub-element levels in pick calls.
pub mod pick_mask;
/// Multi-select system for viewport objects.
pub mod selection;
/// Typed sub-object reference and sub-object selection set.
pub mod sub_object;