From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classNL3D_1_1CStripifier.html | 183 +++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CStripifier.html (limited to 'docs/doxygen/nel/classNL3D_1_1CStripifier.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CStripifier.html b/docs/doxygen/nel/classNL3D_1_1CStripifier.html new file mode 100644 index 00000000..b7e11c33 --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CStripifier.html @@ -0,0 +1,183 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CStripifier Class Reference

Wrapper to NVidia(tm) Stripifier. +More... +

+#include <stripifier.h> +

+List of all members. + + + + + +

Public Methods

 CStripifier ()
 Constructor. More...

void optimizeTriangles (const CPrimitiveBlock &in, CPrimitiveBlock &out, uint cacheSize=10)
 reorganize triangles to get efficiency of GPU vertex-cache. More...

+


Detailed Description

+Wrapper to NVidia(tm) Stripifier. +

+

+Author:
+Lionel Berenguier , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 43 of file stripifier.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CStripifier::CStripifier  
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 42 of file stripifier.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void NL3D::CStripifier::optimizeTriangles const CPrimitiveBlock  in,
CPrimitiveBlock  out,
uint   cacheSize = 10
+
+ + + + + +
+   + + +

+reorganize triangles to get efficiency of GPU vertex-cache. +

+Default vertex cache is 10. out get the same list of triangles, but in different order. any list of lines / quads in out are not modified. NB: &in == &out is possible. +

+Definition at line 187 of file stripifier.cpp. +

+References in, and v.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1