10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
|
|
/**
|
||
|
|
* The automatic GLSL constant for {@link Pass#OVERLAY}
|
||
|
|
*
|
||
|
|
* @name czm_passOverlay
|
||
|
|
* @glslConstant
|
||
|
|
*
|
||
|
|
* @see czm_pass
|
||
|
|
*/
|
||
|
|
const float czm_passOverlay = 10.0;
|