Natural Phenomena
Update Particles in Parallel
- Particle update requires many parallel computations
- Can use graphics pipeline as parallel processor
- xyz->rgb, Glubyte elements
- Copy array to framebuffer with glDrawPixels
- Update elements using blending
- Read back with glReadPixels
- Render with vertex arrays