LeviLamina
Loading...
Searching...
No Matches
PerlinNoise Class Reference

Public Member Functions

PerlinNoiseoperator= (PerlinNoise const &)
MCAPI PerlinNoise (::PerlinNoise const &)
MCAPI PerlinNoise (::IRandom &random, int levels)
MCAPI PerlinNoise (uint seed, int levels)
MCAPI void fillRegion (float *buffer, ::Vec3 const &pos, int xSize, int ySize, int zSize, ::Vec3 const &scale, int xStep, int yStep, int zStep) const
MCAPI float getValueNormalized (::Vec3 const &pos) const
MCAPI void * $ctor (::PerlinNoise const &)
MCAPI void * $ctor (::IRandom &random, int levels)
MCAPI void * $ctor (uint seed, int levels)
MCAPI void $dtor ()

Public Attributes

::ll::TypedStorage< 4, 4, int const > mLevels
::ll::TypedStorage< 8, 24, ::std::vector<::ImprovedNoise > > mNoiseLevels
::ll::TypedStorage< 4, 4, float > mNormalizationFactor

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