Skip to content
Lachlan McDonald edited this page Jul 4, 2020 · 21 revisions
  • The flood and flood2 shaders adds a number of layers of voxels, of your selected color, upwards from the bottom of your volume. Voxels are only added to empty space and won't replace existing voxels.
  • flood2 is similar to flood, except flooding stops when a voxel is encountered so that exclosed spaces aren't filled.

Parameters

Parameter Description
Height Height of the flood

Examples

flood flood2
Clone this wiki locally