1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Update some dead links in the codebase

(cherry picked from commit 12ae7a4c02)
This commit is contained in:
Michael Alexsander Silva Dias
2019-07-23 21:06:12 -03:00
committed by Rémi Verschelde
parent 5a8fad0f4e
commit eef5dc98fa
6 changed files with 7 additions and 7 deletions

View File

@@ -294,8 +294,8 @@ Vector<Plane> CameraMatrix::get_projection_planes(const Transform &p_transform)
/** Fast Plane Extraction from combined modelview/projection matrices.
* References:
* http://www.markmorley.com/opengl/frustumculling.html
* http://www2.ravensoft.com/users/ggribb/plane%20extraction.pdf
* https://web.archive.org/web/20011221205252/http://www.markmorley.com/opengl/frustumculling.html
* https://web.archive.org/web/20061020020112/http://www2.ravensoft.com/users/ggribb/plane%20extraction.pdf
*/
Vector<Plane> planes;