Crate poisson_reconstruction

Crate poisson_reconstruction 

Source
Expand description

Rust implementation of the Screened poisson reconstruction by Kazhdan and Hoppe.

Modules§

marching_cubes
Basic marching-cubes implementation.

Structs§

PoissonReconstruction
An implicit surface reconstructed with the Screened Poisson reconstruction algorithm.

Type Aliases§

Real
Floating-point type used by this library.