Game Development Community

dev|Pro Game Development Curriculum

TGB Pro: Optimized particle renderer

by Alex Scarborough · 08/17/2006 (12:09 pm) · 3 comments

Download Code File

The current TGB particle renderer is very inefficient. It renders each particle individually in immediate mode, which translates to excessively high driver overhead and slow data throughput. This resource adds batched rendering to the TGB particle renderer which drastically reduces driver overhead and allows for much faster data throughput. In scenes that are particle heavy, this should create a noticeable boost in framerate.

This has been tested in TGB Pro 1.1, and in UrbanGames upcoming TGB game chainWorks.

#1
08/17/2006 (3:17 pm)
Thank you, Alex!
That's really a day saver! ;)
#2
08/18/2006 (9:09 am)
Thank you very much for this very useful resource :)
#3
10/24/2006 (6:50 pm)
*Very* nice resource.. Thanks for contributing it!