7 lines
166 B
HLSL
Executable file
7 lines
166 B
HLSL
Executable file
#ifndef POI_DEFINES
|
|
#define POI_DEFINES
|
|
|
|
#define DielectricSpec float4(0.04, 0.04, 0.04, 1.0 - 0.04)
|
|
#define pi float(3.14159265359)
|
|
|
|
#endif |