Skip to content

Struct ShadowSystem::SceneInfo

ClassList > ShadowSystem > SceneInfo

Light count statistics for current scene.

  • #include <ShadowSystem.h>

Public Attributes

Type Name
int area_count = { 0 }
Number of area lights.
int point_count = { 0 }
Number of point lights.
int poly_count = { 0 }
Number of polygonal lights.
int poly_verts_count = { 0 }
Total vertices across all polygonal lights.
int spot_count = { 0 }
Number of spot lights.
int sun_count = { 0 }
Number of sun lights.

Public Attributes Documentation

variable area_count

Number of area lights.

int ShadowSystem::SceneInfo::area_count;


variable point_count

Number of point lights.

int ShadowSystem::SceneInfo::point_count;


variable poly_count

Number of polygonal lights.

int ShadowSystem::SceneInfo::poly_count;


variable poly_verts_count

Total vertices across all polygonal lights.

int ShadowSystem::SceneInfo::poly_verts_count;


variable spot_count

Number of spot lights.

int ShadowSystem::SceneInfo::spot_count;


variable sun_count

Number of sun lights.

int ShadowSystem::SceneInfo::sun_count;



The documentation for this class was generated from the following file src/render/ShadowSystem.h