materialInput.js 282 B

1234567891011121314
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "struct czm_materialInput\n\
  3. {\n\
  4. float s;\n\
  5. vec2 st;\n\
  6. vec3 str;\n\
  7. vec3 normalEC;\n\
  8. mat3 tangentToEyeMatrix;\n\
  9. vec3 positionToEyeEC;\n\
  10. float height;\n\
  11. float slope;\n\
  12. float aspect;\n\
  13. };\n\
  14. ";