Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::shadow::csm_optimization_flags Struct Reference

#include <shadow.h>

Public Types

enum  Enum {
  none = 0 , altitude_compensation = 1 << 0 , scene_bounds_fitting = 1 << 1 , dynamic_split_weights = 1 << 2 ,
  stabilized_light_matrix = 1 << 3 , all = altitude_compensation | scene_bounds_fitting | dynamic_split_weights | stabilized_light_matrix
}
 

Detailed Description

Definition at line 544 of file shadow.h.

Member Enumeration Documentation

◆ Enum

Enumerator
none 
altitude_compensation 
scene_bounds_fitting 
dynamic_split_weights 
stabilized_light_matrix 
all 

Definition at line 546 of file shadow.h.


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