1
0
forked from Rowland/EG
EG/Cesium-1.132/packages/engine/Source/Shaders/Builtin/Constants/epsilon4.js
2025-08-25 17:48:13 +08:00

10 lines
201 B
JavaScript

//This file is automatically rebuilt by the Cesium build process.
export default "/**\n\
* 0.0001\n\
*\n\
* @name czm_epsilon4\n\
* @glslConstant\n\
*/\n\
const float czm_epsilon4 = 0.0001;\n\
";