3#include "mc/_HeaderOutputPredefine.h"
17 ::ll::TypedStorage<4, 4, int const> mLevels;
18 ::ll::TypedStorage<4, 4, int const> mMinLevel;
19 ::ll::TypedStorage<8, 24, ::std::vector<::ImprovedNoise>> mNoiseLevels;
20 ::ll::TypedStorage<4, 4, float> mNormalizationFactor;
49 MCNAPI
void*
$ctor(uint seed,
int levels,
int minLevel);
Definition ImprovedNoise.h:9
Definition PerlinNoise.h:13
MCAPI void * $ctor(uint seed, int levels, int minLevel)
MCAPI void getRegion(float *buffer, ::Vec3 const &pos, int xSize, int ySize, int zSize, ::Vec3 const &scale) const
MCAPI PerlinNoise(uint seed, int levels, int minLevel)
MCAPI PerlinNoise(::PerlinNoise const &)
MCAPI float getValue(::Vec3 const &pos) const
MCAPI void _init(::IRandom &random, ::YBlendingBugSettings yBlendingSettings)
MCAPI void * $ctor(::PerlinNoise const &)
Definition YBlendingBugSettings.h:5