Exemplo n.º 1
0
 public bool TryIntersect(Ray ray, ref Intersection intersection)
 {
     return _aggregate.TryIntersect(ray, ref intersection);
 }
Exemplo n.º 2
0
 public bool TryIntersect(Ray ray, ref Intersection intersection)
 {
     return(_aggregate.TryIntersect(ray, ref intersection));
 }