Lines Matching full:light
57 // flog/light.js
195 Flog.RayTracer.Light = Class.create();
197 Flog.RayTracer.Light.prototype = {
215 return 'Light [' + this.position.x + ',' + this.position.y + ',' + this.position.z + ']';
747 var light = scene.lights[i];
751 light.position,
763 light.color,
816 light.position
831 Flog.RayTracer.Color.prototype.multiplyScalar(light.color, glossWeight),
897 var light = new Flog.RayTracer.Light(
902 var light1 = new Flog.RayTracer.Light(
908 scene.lights.push(light);