VoxelGeneratorWaves

Inherits: VoxelGeneratorHeightmap

Voxel generator producing a wavy terrain pattern.

Properties:

Type Name Default
Vector2 pattern_offset Vector2(0, 0)
Vector2 pattern_size Vector2(30, 30)

Property Descriptions

Vector2 pattern_offset = Vector2(0, 0)

Offset (or phase) of the waves.

Vector2 pattern_size = Vector2(30, 30)

Length of the waves. Note that this only controls length across the X and Z axes. Height is controlled by VoxelGeneratorHeightmap.height_start and VoxelGeneratorHeightmap.height_range.

Generated on Jan 26, 2026