|
| enum class | PrecipitationType : int {
Rain = 0
, Snow = 1
, Plankton = 2
, RedSpores = 3
,
BlueSpores = 4
, Ash = 5
, WhiteAsh = 6
, Count = 7
} |
| enum class | PrecipitationType : int {
Rain = 0
, Snow = 1
, Plankton = 2
, RedSpores = 3
,
BlueSpores = 4
, Ash = 5
, WhiteAsh = 6
, Count = 7
} |
| enum | : int { Count = 10
} |
|
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::mce::Mesh > > | mParticleMesh |
|
::ll::TypedStorage< 8, 32, ::mce::TexturePtr > | mWeatherTexture |
|
::ll::TypedStorage< 8, 24, ::mce::ServerTexture > | mWeatherSnowOcclusionTexture |
|
::ll::TypedStorage< 8, 24, ::mce::ServerTexture > | mWeatherOcclusionTexture |
|
::ll::TypedStorage< 8, 24, ::mce::ServerTexture > | mBrightnessTexture |
|
::ll::TypedStorage< 4, 4, int > | mOcclusionHeightOffset |
|
::ll::TypedStorage< 8, 8, ::mce::MaterialPtr const * > | mRainMat |
|
::ll::TypedStorage< 8, 8, ::mce::MaterialPtr const * > | mSnowMat |
|
::ll::TypedStorage< 8, 8, ::mce::MaterialPtr const * > | mPlanktonMat |
|
::ll::TypedStorage< 8, 8, ::mce::MaterialPtr const * > | mRedSporesMat |
|
::ll::TypedStorage< 8, 8, ::mce::MaterialPtr const * > | mBlueSporesMat |
|
::ll::TypedStorage< 8, 8, ::mce::MaterialPtr const * > | mAshMat |
|
::ll::TypedStorage< 8, 8, ::mce::MaterialPtr const * > | mWhiteAshMat |
|
::ll::TypedStorage< 4, 252, ::std::array<::WeatherRenderObject::WeatherParameters, 7 > > | mParams |
|
::ll::TypedStorage< 4, 10360, ::std::array<::std::array<::WeatherRenderObject::RenderRuntimeSettings, 10 >, 7 > > | mSettings |
|
::ll::TypedStorage< 4, 4, float > | mDensityRain |
|
::ll::TypedStorage< 4, 4, float > | mDensitySnow |
|
::ll::TypedStorage< 4, 4, float > | mDensityPlankton |
|
::ll::TypedStorage< 4, 4, float > | mDensityRedSpores |
|
::ll::TypedStorage< 4, 4, float > | mDensityBlueSpores |
|
::ll::TypedStorage< 4, 4, float > | mDensityAsh |
|
::ll::TypedStorage< 4, 4, float > | mDensityWhiteAsh |
|
::ll::TypedStorage< 4, 4, float > | mParticleBoxSize |
|
::ll::TypedStorage< 4, 4, float > | mLuminance |
|
::ll::TypedStorage< 4, 4, int > | mParticleCount |
|
::ll::TypedStorage< 4, 12, ::glm::vec3 > | mLastOcclusionBlock |