Exemplo n.º 1
0
 public bool IntersectP(Ray ray)
 {
     return(Aggregate.IntersectP(ray));
 }
Exemplo n.º 2
0
 public bool Intersect(Ray ray, out SurfaceInteraction inter)
 {
     return(Aggregate.Intersect(ray, out inter));
 }