Browse Source

MeshTools: added TODO.

pull/277/head
Vladimír Vondruš 13 years ago
parent
commit
a65cef08cd
  1. 1
      src/MeshTools/Tipsify.h

1
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<UnsignedInt>& indices, UnsignedInt vertexCount, std::size_t cacheSize) {
Implementation::Tipsify(indices, vertexCount)(cacheSize);

Loading…
Cancel
Save