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

1234567891011
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "in vec3 position;\n\
  3. out vec3 v_texCoord;\n\
  4. \n\
  5. void main()\n\
  6. {\n\
  7. vec3 p = czm_viewRotation * (czm_temeToPseudoFixed * (czm_entireFrustum.y * position));\n\
  8. gl_Position = czm_projection * vec4(p, 1.0);\n\
  9. v_texCoord = position.xyz;\n\
  10. }\n\
  11. ";