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