Scaler

This module scales the coordinates of the input value before returning the output value from 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
  • Scaler : the FVector value which will modify the input module values along the 3 axis

The output value is a Generation Module

Examples

Checkerboard scaled by 5 along X axis

The perlin noise scaled by 5 along X axis

The spheres scaled by 5 along X axis