readDepth.js 229 B

123456
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "float czm_readDepth(sampler2D depthTexture, vec2 texCoords)\n\
  3. {\n\
  4. return czm_reverseLogDepth(texture(depthTexture, texCoords).r);\n\
  5. }\n\
  6. ";