examples/gl/billboardExample/README.md
This example demonstrates the usage of a billboard GL shader to display a large number of moving particles in different sizes. Billboards in 3D computer graphics are sprites that always face the viewer. All particles are displayed using the same image texture.
You will learn how to..
ofVboMeshWhen launching this app, you should see numerous green and blue bubbles floating across the screen.
Instructions for use:
up and down keys to zoom in and outThis Example uses the following classes: