Skip to content

Instantly share code, notes, and snippets.

@rtroe
Created September 20, 2016 12:21
Show Gist options
  • Select an option

  • Save rtroe/3094b39052267dd1b83ef0f8b70a1cac to your computer and use it in GitHub Desktop.

Select an option

Save rtroe/3094b39052267dd1b83ef0f8b70a1cac to your computer and use it in GitHub Desktop.
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