Type Definition rust_gpu_sdf::operators::composite::Onion

source ·
pub type Onion<Sdf> = Isosurface<Hollow<Sdf>>;
Expand description

Converts a solid shape into a hollow one with the given surface depth.

Implementations§