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

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

#include <light.h>

Public Attributes

float x_offset {1.0f}
 Offset along the x-axis for PCF sampling.
 
float y_offset {1.0f}
 Offset along the y-axis for PCF sampling.
 

Detailed Description

Struct representing implementation parameters for PCF shadow mapping.

Definition at line 245 of file light.h.

Member Data Documentation

◆ x_offset

float unravel::light::shadowmap_params::pcf_impl_params::x_offset {1.0f}

Offset along the x-axis for PCF sampling.

Definition at line 248 of file light.h.

◆ y_offset

float unravel::light::shadowmap_params::pcf_impl_params::y_offset {1.0f}

Offset along the y-axis for PCF sampling.

Definition at line 250 of file light.h.


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