UNPKG

cesium

Version:

CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.

10 lines (9 loc) 326 B
//This file is automatically rebuilt by the Cesium build process. export default "/**\n\ * The reciprocal of the radius of the WGS84 ellipsoid.\n\ *\n\ * @name czm_ellipsoidInverseRadii\n\ * @glslConstant\n\ */\n\ const vec3 czm_ellipsoidInverseRadii = vec3(1.0 / 6378137.0, 1.0 / 6378137.0, 1.0 / 6356752.314245);\n\ ";