-
Notifications
You must be signed in to change notification settings - Fork 50
Flood
Lachlan McDonald edited this page May 11, 2022
·
21 revisions
The
flood
andflood2
shaders adds a number of layers of voxels, of the selected color, upwards from the bottom of the volume. Voxels are only added to empty space and won't replace existing voxels.
flood2
is similar toflood
, except flooding stops when a voxel is encountered so that exclosed spaces aren't filled.
Parameter | Description |
---|---|
Height | Height of the flood |
flood |
flood2 |
---|
Original | Using flood to submerge models in water using a glass material |
Using flood to engulf in fog using cloud materials |
View the shaders below or download the latest release:
All content in this wiki is licenced under the CC BY-NC-SA 4.0 license. Code snippets are dual-licenced under the MIT License.