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