cascadeDistance.js 246 B

123456789
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "\n\
  3. uniform vec4 shadowMap_cascadeDistances;\n\
  4. \n\
  5. float czm_cascadeDistance(vec4 weights)\n\
  6. {\n\
  7. return dot(shadowMap_cascadeDistances, weights);\n\
  8. }\n\
  9. ";