|
leistungsnachweis-dingo
|
#include <Area.h>
Public Member Functions | |
| Area (u32 x, u32 y) | |
Public Attributes | |
| u32 | x |
| u32 | y |
| float | amplitude |
| float | global_amplitude |
| float | frequency |
| u8 | octaves |
| std::array< int, 512 > | permutation |
An Area holds certain terrain values like permutation, amplitude, frequency and octaves which are randomly generated. Chunks reference areas to render their values using the before mentioned parameters.
1.8.14