shadowParameters.js 338 B

12345678910111213141516
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "struct czm_shadowParameters\n\
  3. {\n\
  4. #ifdef USE_CUBE_MAP_SHADOW\n\
  5. vec3 texCoords;\n\
  6. #else\n\
  7. vec2 texCoords;\n\
  8. #endif\n\
  9. float depthBias;\n\
  10. float depth;\n\
  11. float nDotL;\n\
  12. vec2 texelStepSize;\n\
  13. float normalShadingSmooth;\n\
  14. float darkness;\n\
  15. };\n\
  16. ";