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

#include <light.h>

Public Attributes

float fov_x_adjust = 0.0f
 Field of view x-axis adjustment.
 
float fov_y_adjust = 0.0f
 Field of view y-axis adjustment.
 
bool stencil_pack = false
 Whether to use stencil packing.
 

Detailed Description

Definition at line 273 of file light.h.

Member Data Documentation

◆ fov_x_adjust

float unravel::light::point_shadowmap_params::fov_x_adjust = 0.0f

Field of view x-axis adjustment.

Definition at line 276 of file light.h.

◆ fov_y_adjust

float unravel::light::point_shadowmap_params::fov_y_adjust = 0.0f

Field of view y-axis adjustment.

Definition at line 278 of file light.h.

◆ stencil_pack

bool unravel::light::point_shadowmap_params::stencil_pack = false

Whether to use stencil packing.

Definition at line 280 of file light.h.


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