Sha256: 95b71f101c9800a4c868c6dc464c54ddfcae93d42f4ed5b8295cba3f1e38ea4b
Contents?: true
Size: 419 Bytes
Versions: 4
Compression:
Stored size: 419 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "float czm_getSpecular(vec3 lightDirectionEC, vec3 toEyeEC, vec3 normalEC, float shininess)\n\ {\n\ vec3 toReflectedLight = reflect(-lightDirectionEC, normalEC);\n\ float specular = max(dot(toReflectedLight, toEyeEC), 0.0);\n\ return pow(specular, shininess);\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems