Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::light::shadowmap_params::pcss_impl_params Struct Reference

Struct representing implementation parameters for PCSS shadow mapping. More...

#include <light.h>

Public Attributes

float penumbra_x_offset {1.0f}
 Offset along the x-axis for PCSS sampling.
 
float penumbra_y_offset {1.5f}
 Offset along the y-axis for PCSS sampling.
 

Detailed Description

Struct representing implementation parameters for PCSS shadow mapping.

Definition at line 256 of file light.h.

Member Data Documentation

◆ penumbra_x_offset

float unravel::light::shadowmap_params::pcss_impl_params::penumbra_x_offset {1.0f}

Offset along the x-axis for PCSS sampling.

Definition at line 259 of file light.h.

◆ penumbra_y_offset

float unravel::light::shadowmap_params::pcss_impl_params::penumbra_y_offset {1.5f}

Offset along the y-axis for PCSS sampling.

Definition at line 261 of file light.h.


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