inverseGamma.js 174 B

12345
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "vec3 czm_inverseGamma(vec3 color) {\n\
  3. return pow(color, vec3(1.0 / czm_gamma));\n\
  4. }\n\
  5. ";