예제 #1
0
파일: Scene.cs 프로젝트: modulexcite/aether
 public bool TryIntersect(Ray ray, ref Intersection intersection)
 {
     return _aggregate.TryIntersect(ray, ref intersection);
 }
예제 #2
0
파일: Scene.cs 프로젝트: MassVOiD/aether
 public bool TryIntersect(Ray ray, ref Intersection intersection)
 {
     return(_aggregate.TryIntersect(ray, ref intersection));
 }