libtcod
Loading...
Searching...
No Matches
noise.hpp File Reference

Texture noise generator module. More...

#include <utility>
#include "mersenne.hpp"
#include "noise.h"
#include "noise_defaults.h"

Go to the source code of this file.

Classes

class  TCODNoise
 Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or clouds 3D fbm : animated smoke If you don't know what is Perlin noise and derived functions, or what is the influence of the different fractal parameters, check the Perlin noise sample included with the library. More...

Detailed Description

Texture noise generator module.