智慧水务管理系统 - 精河县供水工程综合管理平台

BufferPolylineMaterialFS.js 337B

123456789101112131415
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "in vec4 v_pickColor;\n\
  3. in vec4 v_color;\n\
  4. \n\
  5. void main()\n\
  6. {\n\
  7. if (v_color.a < 0.005) // matches 0/255 and 1/255\n\
  8. {\n\
  9. discard;\n\
  10. }\n\
  11. \n\
  12. out_FragColor = czm_gammaCorrect(v_color);\n\
  13. czm_writeLogDepth();\n\
  14. }\n\
  15. ";