Unravel Engine C++ 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 } |