material.js 225 B

1234567891011
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "struct czm_material\n\
  3. {\n\
  4. vec3 diffuse;\n\
  5. float specular;\n\
  6. float shininess;\n\
  7. vec3 normal;\n\
  8. vec3 emission;\n\
  9. float alpha;\n\
  10. };\n\
  11. ";