FillMode

interface FillMode

Controls how the voxelization determines which voxel needs to be considered empty, and which ones will be considered full.

Inheritors

Types

Link copied to clipboard
data class FloodFill(val detectCavities: Boolean = false) : VhacdSettings.FillMode

Use a flood-fill technique to consider full the voxels intersecting the surface of the shape being voxelized, as well as all the voxels bounded of them.

Link copied to clipboard

Only consider full the voxels intersecting the surface of the shape being voxelized.