PerlinNoise
from panda3d.core import PerlinNoise
- class PerlinNoise
Bases:
Bases:
MemoryBaseThis is the base class for
PerlinNoise2andPerlinNoise3, different dimensions of Perlin noise implementation. The base class just collects the common functionality.Inheritance diagram
- get_seed() int
Returns a unique seed value based on the seed value passed to this
PerlinNoiseobject (and on its current state).
