Displace
The displace modifier uses three source modules to displace each coordinate of the input value of a source module.
Output ranges are not modified by this module.
Node inputs/outputs
The module’s constructor needs:
Input module : the Generation Module modified by this modifier
XDisplacement module : the Generation Module which will modify input module values along the X axis
YDisplacement module : the Generation Module which will modify input module values along the Y axis
ZDisplacement module : the Generation Module which will modify input module values along the Z axis
Checkerboard pattern with a frequency of 10 modified by Const with value of 0.05 along X axis.
Checkerboard pattern with a frequency of 10 modified by Cylinders along X axis.
Checkerboard pattern with a frequency of 10 modified by a Perlin noise along X axis.
All axis
Checkerboard pattern with a frequency of 10 modified by Const with value of 0.05 in all axis.
Checkerboard pattern with a frequency of 10 modified by Cylinders in all axis.
Checkerboard pattern with a frequency of 10 modified by a Perlin noise in all axis.