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:

The output value is a Generation Module

Examples

One axis

Other axis are input with a Const of 0.

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.