Free Electron
|
#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 |