赣州市洪水风险预警系统三维版本
1
2
3
4
5
6
varying vec4 v_color;
 
void main()
{
    gl_FragColor = czm_gammaCorrect(v_color);
}