Struct BinnedShadowCaster ​
Namespace: ValveResourceFormat.Renderer.World
Assembly: Renderer.dll
A single shadow-casting barn light face queued for rendering into the shadow atlas.
csharp
public struct BinnedShadowCasterProperties ​
FaceIndex ​
Gets or sets the face index within the light's barn faces array.
csharp
public int FaceIndex { readonly get; set; }Property Value ​
Light ​
Gets or sets the scene light that owns this shadow caster.
csharp
public SceneLight Light { readonly get; set; }Property Value ​
Region ​
Gets or sets the atlas region allocated for this shadow face.
csharp
public ShadowAtlasRegion Region { readonly get; set; }Property Value ​
WorldToFrustum ​
Gets or sets the world-to-frustum transform for this shadow face.
csharp
public Matrix4x4 WorldToFrustum { readonly get; set; }
