Free Electron
Public Member Functions | Private Attributes | List of all members
fe::ext::Noise Class Reference

Perlin Noise. More...

#include <Noise.h>

Public Member Functions

void setSeed (I32 a_seed)
 
Real perlin2d (const Vector2 &a_rPosition)
 
Real perlin3d (const Vector3 &a_rPosition)
 
Real whiteNoise2d (const Vector2 &a_rPosition)
 
Real whiteNoise3d (const Vector3 &a_rPosition)
 

Private Attributes

void * m_pFastNoise
 

Detailed Description

Perlin Noise.

https://github.com/Auburns/FastNoise


The documentation for this class was generated from the following files: