ray.js 229 B

12345678910111213
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "/**\n\
  3. * DOC_TBA\n\
  4. *\n\
  5. * @name czm_ray\n\
  6. * @glslStruct\n\
  7. */\n\
  8. struct czm_ray\n\
  9. {\n\
  10. vec3 origin;\n\
  11. vec3 direction;\n\
  12. };\n\
  13. ";