Example #1
0
 public RColor ColorAt(P3 p, Ray r)
 {
     return(Skin.Color(p, r, this));
 }