VoxelGeneratorNoise2D¶
Inherits: VoxelGeneratorHeightmap
Voxel generator producing noise-based heightmap terrain.
Properties:¶
| Type | Name | Default |
|---|---|---|
| Curve | curve | |
| float | height_range | 200.0 |
| Noise | noise |
Property Descriptions¶
Curve curve¶
When assigned, this curve will alter the distribution of height variations, allowing to give some kind of "profile" to the generated shapes.
By default, a linear curve from 0 to 1 is used.
It is assumed that the curve's domain goes from 0 to 1.
float height_range = 200.0¶
Noise noise¶
Noise used to produce the heightmap. It is required for the generator to work.
Generated on Jan 26, 2026