예제 #1
0
 public override bool isVisible(Camera c)
 {
     return(Intersections.AACubeInFrustum(c.frustum, myChunk.myRoot.min, myChunk.myRoot.max) != Intersections.IntersectionResult.OUTSIDE);
 }