FloodFill

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.

Parameters

detectCavities

Detects holes inside a solid contour.

Constructors

Link copied to clipboard
constructor(detectCavities: Boolean = false)

Properties

Link copied to clipboard
val detectCavities: Boolean = false