pointAlongRay.js 193 B

123456
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "vec3 czm_pointAlongRay(czm_ray ray, float time)\n\
  3. {\n\
  4. return ray.origin + (time * ray.direction);\n\
  5. }\n\
  6. ";