Home | History | Annotate | Download | only in benchmarks

Lines Matching defs:Light

57 //   flog/light.js
195 Flog.RayTracer.Light = Class.create();
197 Flog.RayTracer.Light.prototype = {
209 return 'Light [' + this.position.x + ',' + this.position.y + ',' + this.position.z + ']';
716 var light = scene.lights[i];
720 light.position,
732 light.color,
785 light.position
800 Flog.RayTracer.Color.prototype.multiplyScalar(light.color, glossWeight),
866 var light = new Flog.RayTracer.Light(
871 var light1 = new Flog.RayTracer.Light(
877 scene.lights.push(light);