VertexCacheOptimizer conditioner

From COLLADA Public Wiki
Revision as of 20:29, 11 November 2008 by Elf (talk | contribs) (→‎Availability: collada all caps)
Jump to navigation Jump to search
Conditioner information
  • Name: VertexCacheOptimizer
  • Purpose: optimizes the triangles of geometry
  • Last updated: 27.10.08
  • Current version: 1.0
  • Status: released
  • Created by: Herbert Grasberger
  • Contact for technical issues: [email protected]

Download

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.