naev 0.12.6
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 56 of file perlin.c.

Field Documentation

◆ map

unsigned char perlin_data_t::map[256]

Randomized map of indexes into buffer

Definition at line 58 of file perlin.c.

◆ ndim

int perlin_data_t::ndim

Dimension of the noise.

Definition at line 57 of file perlin.c.


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