10 lines
176 B
GLSL
10 lines
176 B
GLSL
/**
|
|
* The automatic GLSL constant for {@link Pass#ENVIRONMENT}
|
|
*
|
|
* @name czm_passEnvironment
|
|
* @glslConstant
|
|
*
|
|
* @see czm_pass
|
|
*/
|
|
const float czm_passEnvironment = 0.0;
|