From a65cef08cd94172559e53d6021dda5fa8704e5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 31 Jul 2013 02:28:12 +0200 Subject: [PATCH] MeshTools: added TODO. --- src/MeshTools/Tipsify.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MeshTools/Tipsify.h b/src/MeshTools/Tipsify.h index e167cfd4c..f50ed2a78 100644 --- a/src/MeshTools/Tipsify.h +++ b/src/MeshTools/Tipsify.h @@ -70,6 +70,7 @@ 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*. +@todo Ability to compute vertex count automatically */ inline void tipsify(std::vector& indices, UnsignedInt vertexCount, std::size_t cacheSize) { Implementation::Tipsify(indices, vertexCount)(cacheSize);