VertexCacheOptimizer conditioner
Jump to navigation
Jump to search
Conditioner information |
---|
|
This article is part of the COLLADA conditioners directory |
Adding to the conditioners directory |
Description
This conditioner optimizes the indexlist for triangles according to the algorithm described in the paper 'Fast Triangle Reordering for Vertex Locality and Reduced Overdraw' from Pedro V. Sander, Diego Nehab, Joshua Barczak published at Siggraph 2007.
Availability
The VertexCacheOptimizer is available for the latest refinery out of svn and as a standalone CLI version, compiled against the May 2008 COLLADA release (library shipped with the .exe) for Windows 32bit. There shouldn't be problems to compile this conditioner for MacOSX.
Usage
You can set the following options of the conditioner either via the Refinery GUI, or as a commandline option.
Type
./VertexCacheOptimizer --help
for command line parameters.
Special notes and limitations
- only working on <triangles>, no <polylist> etc.