Created
September 20, 2016 12:21
-
-
Save rtroe/3094b39052267dd1b83ef0f8b70a1cac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public bool IsInViewFrustrum(BoundingSphere boundingSphere) | |
| { | |
| return BoundingFrustum.Intersects(boundingSphere); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment