Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::shadow::SceneSettings Struct Reference

#include <shadow.h>

Public Attributes

LightType::Enum m_lightType
 
DepthImpl::Enum m_depthImpl
 
SmImpl::Enum m_smImpl
 
float m_spotOuterAngle
 
float m_spotInnerAngle
 
float m_fovXAdjust
 
float m_fovYAdjust
 
float m_coverageSpotL
 
float m_splitDistribution
 
int m_numSplits
 
bool m_updateLights
 
bool m_updateScene
 
bool m_drawDepthBuffer
 
bool m_showSmCoverage
 
bool m_stencilPack
 
bool m_stabilize
 

Detailed Description

Definition at line 498 of file shadow.h.

Member Data Documentation

◆ m_coverageSpotL

float unravel::shadow::SceneSettings::m_coverageSpotL

Definition at line 507 of file shadow.h.

◆ m_depthImpl

DepthImpl::Enum unravel::shadow::SceneSettings::m_depthImpl

Definition at line 501 of file shadow.h.

◆ m_drawDepthBuffer

bool unravel::shadow::SceneSettings::m_drawDepthBuffer

Definition at line 512 of file shadow.h.

◆ m_fovXAdjust

float unravel::shadow::SceneSettings::m_fovXAdjust

Definition at line 505 of file shadow.h.

◆ m_fovYAdjust

float unravel::shadow::SceneSettings::m_fovYAdjust

Definition at line 506 of file shadow.h.

◆ m_lightType

LightType::Enum unravel::shadow::SceneSettings::m_lightType

Definition at line 500 of file shadow.h.

◆ m_numSplits

int unravel::shadow::SceneSettings::m_numSplits

Definition at line 509 of file shadow.h.

◆ m_showSmCoverage

bool unravel::shadow::SceneSettings::m_showSmCoverage

Definition at line 513 of file shadow.h.

◆ m_smImpl

SmImpl::Enum unravel::shadow::SceneSettings::m_smImpl

Definition at line 502 of file shadow.h.

◆ m_splitDistribution

float unravel::shadow::SceneSettings::m_splitDistribution

Definition at line 508 of file shadow.h.

◆ m_spotInnerAngle

float unravel::shadow::SceneSettings::m_spotInnerAngle

Definition at line 504 of file shadow.h.

◆ m_spotOuterAngle

float unravel::shadow::SceneSettings::m_spotOuterAngle

Definition at line 503 of file shadow.h.

◆ m_stabilize

bool unravel::shadow::SceneSettings::m_stabilize

Definition at line 515 of file shadow.h.

◆ m_stencilPack

bool unravel::shadow::SceneSettings::m_stencilPack

Definition at line 514 of file shadow.h.

◆ m_updateLights

bool unravel::shadow::SceneSettings::m_updateLights

Definition at line 510 of file shadow.h.

◆ m_updateScene

bool unravel::shadow::SceneSettings::m_updateScene

Definition at line 511 of file shadow.h.


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