deuxfleurs 0.1.1

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

pub(crate) use attachment::SurfaceAttachment;
pub use data::VertexScalarSettingsMut;
pub(crate) use geometry::{DisplaySurface, UninitedSurface};
pub use geometry::{Surface, SurfaceMut};