VoxelGeneratorFlat¶
Inherits: VoxelGenerator
Voxel generator producing an infinite flat ground.
Properties:¶
Type | Name | Default |
---|---|---|
int |
channel | 1 |
float |
height | 0.0 |
int |
voxel_type | 1 |
Property Descriptions¶
- int channel = 1
Channel that will be used to generate the ground.
- float height = 0.0
Altitude of the ground.
- int voxel_type = 1
If VoxelGeneratorFlat.channel is set to VoxelBuffer.CHANNEL_TYPE, this value will be used to fill ground voxels.
Generated on Sep 12, 2023