Triangle order optimization for graphics hardware computation culling
Diego Nehab, Joshua Barczak, Pedro V. Sander
Symposium on Interactive 3D Graphics and Games, March 2006, pp. 207--211.
Abstract: We describe an automatic preprocessing algorithm that reorders triangles in a mesh so as to enable the graphics hardware to efficiently cull vertex and pixel processing at rendering time.Our method starts by dividing the mesh into planar clusters which are subsequently sorted into a view-independent order which greatly reduces overdraw. The result is an increase in the opportunities for early Z-culling, reducing pixel processing time. The clusters are then optimized for mesh locality. This produces high rates of vertex cache hits, reducing vertex processing time.We have found that our method brings the overdraw rates of a wide range of models close to that of front-to-back order, while preserving state of the art vertex cache performance. This results in higher frame rates for pixel-bound applications with no penalty to vertex-bound applications
@inproceedings{Nehab:2006:TOO,
author = {Diego Nehab and Joshua Barczak and Pedro V. Sander},
title = {Triangle order optimization for graphics hardware computation culling},
booktitle = {Symposium on Interactive 3D Graphics and Games},
pages = {207--211},
month = mar,
year = {2006},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."