viewport-lib 0.19.0

3D viewport rendering library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// GPU marching cubes compute pipeline.
pub mod gpu_marching_cubes;
/// GPU implicit surface types and pipeline.
pub mod implicit;
/// Scatter-volume participating-media pipeline state and uploads.
pub mod scatter_volume;
/// Sparse voxel grid topology processing (boundary face extraction).
pub mod sparse_volume;
/// Unstructured volume mesh topology processing (tet / hex boundary extraction).
pub mod tetmesh;
pub mod volume_mesh;
pub(crate) mod volumes;