mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-25 05:29:41 -06:00
7 lines
263 B
GLSL
7 lines
263 B
GLSL
#define RAYCASTING_ENABLED #{resolveData.raycastingEnabled}
|
|
#define STORE_SORTED false //#{resolveData.storeSorted}
|
|
#define N_RAYCASTERS #{resolveData.nRaycasters}
|
|
#define ALPHA_LIMIT 0.9
|
|
#define RAYCAST_MAX_STEPS 1000
|
|
#define INT_MAX 2147483647
|
|
#define GAMMA 2.2 |