Open 3D Engine GradientSignal Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits AZ::ComponentConfig.
Public Member Functions | |
AZ_CLASS_ALLOCATOR (PerlinGradientConfig, AZ::SystemAllocator) | |
AZ_RTTI (PerlinGradientConfig, "{A746CFD0-7288-42F4-837D-1CDE2EAA6923}", AZ::ComponentConfig) | |
Static Public Member Functions | |
static void | Reflect (AZ::ReflectContext *context) |
Public Attributes | |
int | m_randomSeed = 1 |
int | m_octave = 1 |
float | m_amplitude = 1.0f |
float | m_frequency = 1.0f |