示例#1
0
 scattered   = new Ray(hit.P, target - hit.P);
示例#2
0
 scattered   = new Ray(hit.P, reflected + fuzz * Util.RandInUnitSphere());