naev 0.11.5
perlin_data_t Struct Reference

Structure used for generating noise. More...

Data Fields

int ndim
 
unsigned char map [256]
 

Detailed Description

Structure used for generating noise.

Definition at line 65 of file perlin.c.

Field Documentation

◆ map

unsigned char perlin_data_t::map[256]

Randomized map of indexes into buffer

Definition at line 67 of file perlin.c.

◆ ndim

int perlin_data_t::ndim

Dimension of the noise.

Definition at line 66 of file perlin.c.


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