Skip to content

Commit

Permalink
Update Reference Link
Browse files Browse the repository at this point in the history
Updates the reference link to the view frustum culling tutorial.  Original link is no longer valid.  This is in response to Issue MonoGame#8262
  • Loading branch information
AristurtleDev committed Apr 1, 2024
1 parent 40452a4 commit f22c6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MonoGame.Framework/BoundingBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ public PlaneIntersectionType Intersects(Plane plane)
/// </param>
public void Intersects(ref Plane plane, out PlaneIntersectionType result)
{
// See http://zach.in.tu-clausthal.de/teaching/cg_literatur/lighthouse3d_view_frustum_culling/index.html
// See https://cgvr.informatik.uni-bremen.de/teaching/cg_literatur/lighthouse3d_view_frustum_culling/index.html

Vector3 positiveVertex;
Vector3 negativeVertex;
Expand Down

0 comments on commit f22c6ce

Please sign in to comment.