PerlinNoise

from panda3d.core import PerlinNoise
class PerlinNoise

Bases: DTOOL_SUPER_BASE

This is the base class for PerlinNoise2 and PerlinNoise3, different dimensions of Perlin noise implementation. The base class just collects the common functionality.

Inheritance diagram

Inheritance diagram of PerlinNoise

__init__(*args, **kwargs)
getSeed()

C++ Interface: get_seed(const PerlinNoise self)

/**
  • Returns a unique seed value based on the seed value passed to this

  • PerlinNoise object (and on its current state).

*/

get_seed()

C++ Interface: get_seed(const PerlinNoise self)

/**
  • Returns a unique seed value based on the seed value passed to this

  • PerlinNoise object (and on its current state).

*/