unreal.PCGSpatialNoiseMode

class unreal.PCGSpatialNoiseMode

Bases: EnumBase

PCGSpatial Noise Mode

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGSpatialNoise.h

CAUSTIC2D: PCGSpatialNoiseMode

your classic perlin noise

Type:

1

EDGE_MASK2D: PCGSpatialNoiseMode

based on fractional brownian motion

Type:

4

FRACTIONAL_BROWNIAN2D: PCGSpatialNoiseMode

voronoi noise, result a the distance to edge and cell ID

Type:

3

PERLIN2D: PCGSpatialNoiseMode

0

VORONOI2D: PCGSpatialNoiseMode

based on underwater fake custic rendering, gives swirly look

Type:

2