13 lines
341 B
HLSL
13 lines
341 B
HLSL
#ifndef VOLUMETRIC_LIGHTS_OPTIONS
|
|
#define VOLUMETRIC_LIGHTS_OPTIONS
|
|
|
|
/* Uncomment this line to fully support orthographic camera */
|
|
//#define ORTHO_SUPPORT
|
|
|
|
/* Uncomment this line to force use the old world reconstruction method (should be used for VR modes) */
|
|
//#define USE_ALTERNATE_RECONSTRUCT_API
|
|
|
|
|
|
#endif // VOLUMETRIC_LIGHTS_OPTIONS
|
|
|