ReprojectWebMercatorFS.js 254 B

12345678910
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "uniform sampler2D u_texture;\n\
  3. \n\
  4. varying vec2 v_textureCoordinates;\n\
  5. \n\
  6. void main()\n\
  7. {\n\
  8. gl_FragColor = texture2D(u_texture, v_textureCoordinates);\n\
  9. }\n\
  10. ";