Struct TCOD_Noise

Struct Documentation

struct TCOD_Noise

Public Members

int ndim
unsigned char map[256]

Randomized map of indexes into buffer.

float buffer[256][TCOD_NOISE_MAX_DIMENSIONS]

Random 256 x ndim buffer.

float H
float lacunarity
float exponent[TCOD_NOISE_MAX_OCTAVES]
float *waveletTileData
TCOD_Random *rand
TCOD_noise_type_t noise_type