PerInstanceFlatColorAppearanceFS.js 180 B

1234567
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "varying vec4 v_color;\n\
  3. void main()\n\
  4. {\n\
  5. gl_FragColor = czm_gammaCorrect(v_color);\n\
  6. }\n\
  7. ";