deuxfleurs 0.1.1

Viewer for geometry processing data (surface meshes, point clouds, scalar field...)
Documentation
1
2
3
4
5
pub(crate) mod geometry;
mod shader;

pub(crate) use geometry::{DisplayPointCloud, PCSettings, UninitedPointCloud};
pub use geometry::{PointCloud, PointCloudMut};