1 2 3 4 5
pub(crate) mod geometry; mod shader; pub(crate) use geometry::{DisplayPointCloud, PCSettings, UninitedPointCloud}; pub use geometry::{PointCloud, PointCloudMut};