shadowParameters.js 374 B

1234567891011121314151617
  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. \n\
  10. float depthBias;\n\
  11. float depth;\n\
  12. float nDotL;\n\
  13. vec2 texelStepSize;\n\
  14. float normalShadingSmooth;\n\
  15. float darkness;\n\
  16. };\n\
  17. ";