#include <InteriorData.h>
|
enum class | Inherit {
kAmbientColor = 1 << 0
, kDirectionalColor = 1 << 1
, kFogColor = 1 << 2
, kFogNear = 1 << 3
,
kFogFar = 1 << 4
, kDirectionalRotation = 1 << 5
, kDirectionalFade = 1 << 6
, kClipDistance = 1 << 7
,
kFogPower = 1 << 8
, kFogMax = 1 << 9
, kLightFadeDistances = 1 << 10
} |
|
◆ Inherit
Enumerator |
---|
kAmbientColor | |
kDirectionalColor | |
kFogColor | |
kFogNear | |
kFogFar | |
kDirectionalRotation | |
kDirectionalFade | |
kClipDistance | |
kFogPower | |
kFogMax | |
kLightFadeDistances | |
◆ ambient
Color RE::INTERIOR_DATA::ambient |
◆ clipDist
float RE::INTERIOR_DATA::clipDist |
◆ directional
Color RE::INTERIOR_DATA::directional |
◆ directionalAmbientLightingColors
◆ directionalFade
float RE::INTERIOR_DATA::directionalFade |
◆ directionalXY
std::uint32_t RE::INTERIOR_DATA::directionalXY |
◆ directionalZ
std::uint32_t RE::INTERIOR_DATA::directionalZ |
◆ fogClamp
float RE::INTERIOR_DATA::fogClamp |
◆ fogColorFar
Color RE::INTERIOR_DATA::fogColorFar |
◆ fogColorNear
Color RE::INTERIOR_DATA::fogColorNear |
◆ fogFar
float RE::INTERIOR_DATA::fogFar |
◆ fogNear
float RE::INTERIOR_DATA::fogNear |
◆ fogPower
float RE::INTERIOR_DATA::fogPower |
◆ lightFadeEnd
float RE::INTERIOR_DATA::lightFadeEnd |
◆ lightFadeStart
float RE::INTERIOR_DATA::lightFadeStart |
◆ lightingTemplateInheritanceFlags
◆ unk5C
std::uint32_t RE::INTERIOR_DATA::unk5C |
The documentation for this struct was generated from the following file: