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