Skip to content

Commit

Permalink
Merge pull request #8263 from AristurtleDev/fix/reference-link
Browse files Browse the repository at this point in the history
Update Link to View Frustum Culling Tutorial In Comment
  • Loading branch information
SimonDarksideJ committed May 10, 2024
2 parents 3d5494e + 7275c4d commit c59a9cf
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 c59a9cf

Please sign in to comment.