Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Attributes | List of all members
Terrain::GenerationSettings Struct Reference

Public Attributes

float lacunarity = 2.0f
 The frequency ratio between successive noise layers.
 
float gain = 0.5f
 The amplitude ratio between successive noise layers.
 
float scale = 0.01f
 The base frequency, in pixels.
 
float maxHeight = 2.0f
 Maximum height.
 
float falloff = 4.0f
 Strength of the circular falloff.
 
float rescale = 1.25f
 General height rescaling.
 
int octaves = 8
 Number of noise layers.
 

Detailed Description

Noise map generation options.


The documentation for this struct was generated from the following file: