Sha256: 5f75cc8a03bf26fa3c20840dd02d55537765630dfb04fe5077e95069c0291271
Contents?: true
Size: 284 Bytes
Versions: 4
Compression:
Stored size: 284 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "float czm_getLambertDiffuse(vec3 lightDirectionEC, vec3 normalEC)\n\ {\n\ return max(dot(lightDirectionEC, normalEC), 0.0);\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems