-
Notifications
You must be signed in to change notification settings - Fork 50
Volume Shaders
Lachlan McDonald edited this page Jul 22, 2020
·
22 revisions
Volume Shaders are shaders that apply to your entire volume.
- Select the shader in the Shader List
- Adjust the arguments and press the Execute Shader button
- If you want to adjust the results, undo, adjust and re-execute
Some shaders, like Pyramid and Sand, add voxels layer-by-later; so you should execute these as many times as you like until the desired effect is attained.
Slices | Removes a segment of the volume and shuffles voxels to fill its place | |
---|---|---|
Case | Surrounds/encases voxels | |
Pyramid | Iteratively generate a pyramid | |
Sand | Iteratively generate jagged voxels; i.e. piles of sand or cliffs | |
Outline | Creates an outline where voxels meet a voxel of a different color | |
Soil & Cover | Generates voxels above other voxels; i.e. snow or grass | |
Noise | Randomly generates noise of a specified size within a range of colors | |
Random | Randomly generates noise with a set threshold | |
Flood | Generates a flood effect |
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.