PerlinNoise
from pandac.PandaModules import PerlinNoise
Class : PerlinNoise
Description : This is the base class for PerlinNoise2 and PerlinNoise3, different dimensions of Perlin noise implementation. The base class just collects the common functionality.
Inheritance:
PerlinNoise
:
Methods of PerlinNoise:
getSeed
getSeed
unsigned long int PerlinNoise::get_seed(void);
Description: Returns a unique seed value based on the seed value passed to this PerlinNoise object (and on its current state).