czm_radiansPerDegree
A built-in GLSL floating-point constant for converting degrees to radians.
Example
// GLSL declaration const float czm_radiansPerDegree = ...; // Example float rad = czm_radiansPerDegree * deg;
A built-in GLSL floating-point constant for converting degrees to radians.
// GLSL declaration const float czm_radiansPerDegree = ...; // Example float rad = czm_radiansPerDegree * deg;