VectorTileVS.js 299 B

1234567891011
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "in vec3 position;\n\
  3. in float a_batchId;\n\
  4. \n\
  5. uniform mat4 u_modifiedModelViewProjection;\n\
  6. \n\
  7. void main()\n\
  8. {\n\
  9. gl_Position = czm_depthClamp(u_modifiedModelViewProjection * vec4(position, 1.0));\n\
  10. }\n\
  11. ";