OpenGL News Permalink
Tutorial on rendering particles using the GL_ARB_point_parameters and GL_ARB_point_sprite extensions
Aug 22, 2004
In particle engines using a quad to render geometry, it is computationally expensive for each particle to billboard the face and then send 4 points and 4 textures coordinate to video cards. The GL_ARB_point_parameters and GL_ARB_point_sprite offer a fast and easy way for rendering particles. This tutorial explains how to use points rather than quads.
Category: Developers • (0) Trackbacks •
