CommonLibSSE (powerof3)
|
#include <BSLightingShaderMaterialEnvmap.h>
Public Member Functions | |
~BSLightingShaderMaterialEnvmap () override | |
BSShaderMaterial * | Create () override |
void | CopyMembers (BSShaderMaterial *a_other) override |
std::uint32_t | ComputeCRC32 (void) override |
Feature | GetFeature () const override |
void | OnLoadTextureSet (std::uint64_t a_arg1, BSTextureSet *a_textureSet) override |
void | ClearTextures () override |
void | ReceiveValuesFromRootMaterial (bool a_skinned, bool a_rimLighting, bool a_softLighting, bool a_backLighting, bool a_MSN) override |
void | GetTextures (void) override |
void | SaveBinary (NiStream &a_stream) override |
void | LoadBinary (NiStream &a_stream) override |
Public Member Functions inherited from RE::BSLightingShaderMaterialBase | |
~BSLightingShaderMaterialBase () override | |
bool | DoIsCopy (BSShaderMaterial *a_other) override |
BSShaderMaterial * | GetDefault () override |
Type | GetType () const override |
void | CopyBaseMembers (BSLightingShaderMaterialBase *a_other) |
NiPointer< BSTextureSet > | GetTextureSet () const |
void | SetTextureSet (NiPointer< BSTextureSet > a_textureSet) |
Public Member Functions inherited from RE::BSShaderMaterial | |
virtual | ~BSShaderMaterial () |
Public Member Functions inherited from RE::BSIntrusiveRefCounted | |
std::uint32_t | IncRef () const |
std::uint32_t | DecRef () const |
TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
NiPointer< NiSourceTexture > | envTexture |
NiPointer< NiSourceTexture > | envMaskTexture |
float | envMapScale |
std::uint32_t | padB4 |
Public Attributes inherited from RE::BSLightingShaderMaterialBase | |
NiColor | specularColor |
std::uint32_t | pad44 |
NiPointer< NiSourceTexture > | diffuseTexture |
std::int32_t | diffuseRenderTargetSourceIndex |
std::uint32_t | pad54 |
NiPointer< NiSourceTexture > | normalTexture |
NiPointer< NiSourceTexture > | rimSoftLightingTexture |
NiPointer< NiSourceTexture > | specularBackLightingTexture |
std::int32_t | textureClampMode |
std::int32_t | pad74 |
NiPointer< BSTextureSet > | textureSet |
float | materialAlpha |
float | refractionPower |
float | specularPower |
float | specularColorScale |
float | subSurfaceLightRolloff |
float | rimLightPower |
std::uint64_t | unk98 |
Public Attributes inherited from RE::BSShaderMaterial | |
NiPoint2 | texCoordOffset [2] |
NiPoint2 | texCoordScale [2] |
std::uint32_t | hashKey |
std::uint32_t | unk30 |
std::uint32_t | unk34 |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_BSLightingShaderMaterialEnvmap |
static constexpr auto | VTABLE = VTABLE_BSLightingShaderMaterialEnvmap |
static constexpr auto | FEATURE = Feature::kEnvironmentMap |
Static Public Attributes inherited from RE::BSLightingShaderMaterialBase | |
static constexpr auto | RTTI = RTTI_BSLightingShaderMaterialBase |
static constexpr auto | VTABLE = VTABLE_BSLightingShaderMaterialBase |
Static Public Attributes inherited from RE::BSShaderMaterial | |
static constexpr auto | RTTI = RTTI_BSShaderMaterial |
static constexpr auto | VTABLE = VTABLE_BSShaderMaterial |
Protected Member Functions | |
BSLightingShaderMaterialEnvmap * | Ctor () |
Friends | |
class | BSLightingShaderMaterialBase |
Additional Inherited Members | |
Public Types inherited from RE::BSShaderMaterial | |
enum class | Feature |
enum class | Type { kBase = 0 , kEffect = 1 , kLighting = 2 , kWater = 3 } |
Static Public Member Functions inherited from RE::BSLightingShaderMaterialBase | |
static BSLightingShaderMaterialBase * | CreateMaterial (Feature a_feature) |
template<class T > | |
static T * | CreateMaterial () |
Protected Attributes inherited from RE::BSIntrusiveRefCounted | |
volatile std::uint32_t | _refCount { 0 } |
|
override |
|
overridevirtual |
Reimplemented from RE::BSLightingShaderMaterialBase.
|
overridevirtual |
Reimplemented from RE::BSLightingShaderMaterialBase.
|
overridevirtual |
Reimplemented from RE::BSLightingShaderMaterialBase.
|
overridevirtual |
Implements RE::BSLightingShaderMaterialBase.
|
inlineprotected |
|
overridevirtual |
Reimplemented from RE::BSLightingShaderMaterialBase.
|
overridevirtual |
Reimplemented from RE::BSLightingShaderMaterialBase.
|
overridevirtual |
Reimplemented from RE::BSLightingShaderMaterialBase.
|
overridevirtual |
Reimplemented from RE::BSLightingShaderMaterialBase.
|
overridevirtual |
Reimplemented from RE::BSLightingShaderMaterialBase.
|
overridevirtual |
Reimplemented from RE::BSLightingShaderMaterialBase.
|
friend |
float RE::BSLightingShaderMaterialEnvmap::envMapScale |
NiPointer<NiSourceTexture> RE::BSLightingShaderMaterialEnvmap::envMaskTexture |
NiPointer<NiSourceTexture> RE::BSLightingShaderMaterialEnvmap::envTexture |
|
inlinestaticconstexpr |
std::uint32_t RE::BSLightingShaderMaterialEnvmap::padB4 |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |