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