123456789 |
- //This file is automatically rebuilt by the Cesium build process.
- export default "struct czm_raySegment\n\
- {\n\
- float start;\n\
- float stop;\n\
- };\n\
- const czm_raySegment czm_emptyRaySegment = czm_raySegment(-czm_infinity, -czm_infinity);\n\
- const czm_raySegment czm_fullRaySegment = czm_raySegment(0.0, czm_infinity);\n\
- ";
|