czm_piOverFour
A built-in GLSL floating-point constant for pi/4
.
Example
// GLSL declaration const float czm_piOverFour = ...; // Example float pi = 4.0 * czm_piOverFour;
A built-in GLSL floating-point constant for pi/4
.
// GLSL declaration const float czm_piOverFour = ...; // Example float pi = 4.0 * czm_piOverFour;