ray.js 149 B

1234567
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "struct czm_ray\n\
  3. {\n\
  4. vec3 origin;\n\
  5. vec3 direction;\n\
  6. };\n\
  7. ";