From 99966194cc754a3107bc1bf133f74042aa7fadf1 Mon Sep 17 00:00:00 2001 From: jvn Date: Sat, 5 Jun 2021 12:35:14 +0200 Subject: [PATCH] MeshTools: update a broken link. --- src/Magnum/MeshTools/Tipsify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/MeshTools/Tipsify.h b/src/Magnum/MeshTools/Tipsify.h index 8e589dc8c..bfb3a93fe 100644 --- a/src/Magnum/MeshTools/Tipsify.h +++ b/src/Magnum/MeshTools/Tipsify.h @@ -53,7 +53,7 @@ Optimizes the mesh for vertex-bound applications by rearranging its index array for beter usage of post-transform vertex cache. Algorithm used: * *Pedro V. Sander, Diego Nehab, and Joshua Barczak --- Fast Triangle Reordering for Vertex Locality and Reduced Overdraw, SIGGRAPH 2007, -http://gfx.cs.princeton.edu/pubs/Sander_2007_%3ETR/index.php*. +https://gfx.cs.princeton.edu/pubs/Sander_2007_%3eTR/tipsy.pdf*. @todo Ability to compute vertex count automatically */ MAGNUM_MESHTOOLS_EXPORT void tipsifyInPlace(const Containers::StridedArrayView1D& indices, UnsignedInt vertexCount, std::size_t cacheSize);