deuxfleurs 0.1.0

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

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