D | raytrace.js | 446 info.normal = Flog.RayTracer.Vector.prototype.subtract( 496 info.normal = this.position; 527 normal: null, property in Flog.RayTracer.IntersectionInfo 725 var L = v.dot(info.normal); 746 var reflectionRay = this.getReflectionRay(info.position, info.normal, ray.direction); 798 var glossWeight = Math.pow(Math.max(info.normal.dot(H), 0), shininess);
|