unpackDepth.js 223 B

123456
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "float czm_unpackDepth(vec4 packedDepth)\n\
  3. {\n\
  4. return dot(packedDepth, vec4(1.0, 1.0 / 255.0, 1.0 / 65025.0, 1.0 / 16581375.0));\n\
  5. }\n\
  6. ";