CommonLibSSE (Parapets fork)
RE::INTERIOR_DATA Struct Reference

#include <InteriorData.h>

Public Types

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
}
 

Public Attributes

Color ambient
 
Color directional
 
Color fogColorNear
 
float fogNear
 
float fogFar
 
std::uint32_t directionalXY
 
std::uint32_t directionalZ
 
float directionalFade
 
float clipDist
 
float fogPower
 
BGSDirectionalAmbientLightingColors directionalAmbientLightingColors
 
Color fogColorFar
 
float fogClamp
 
float lightFadeStart
 
float lightFadeEnd
 
stl::enumeration< Inherit, std::uint32_t > lightingTemplateInheritanceFlags
 
std::uint32_t unk5C
 

Member Enumeration Documentation

◆ Inherit

Enumerator
kAmbientColor 
kDirectionalColor 
kFogColor 
kFogNear 
kFogFar 
kDirectionalRotation 
kDirectionalFade 
kClipDistance 
kFogPower 
kFogMax 
kLightFadeDistances 

Member Data Documentation

◆ ambient

Color RE::INTERIOR_DATA::ambient

◆ clipDist

float RE::INTERIOR_DATA::clipDist

◆ directional

Color RE::INTERIOR_DATA::directional

◆ directionalAmbientLightingColors

BGSDirectionalAmbientLightingColors RE::INTERIOR_DATA::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

stl::enumeration<Inherit, std::uint32_t> RE::INTERIOR_DATA::lightingTemplateInheritanceFlags

◆ unk5C

std::uint32_t RE::INTERIOR_DATA::unk5C

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