#include <ParticleSystem.h>
Inheritance diagram for GpuThesis::ParticleSystem3d:
Public Member Functions | |
ParticleSystem3d (unsigned int numParticles, const std::string &particleSplat, float splatThreshold, OpenGL::Flat3dTextureSet *fluidSet, unsigned int fluidColors, unsigned int velocityTexture, float voxelSize, float domainScale, bool useVBO=true) |
|
Constructs a particle system used to visualize the results from a full 3d fluid simulation. The particle velocities are determined by the fluid velocity texture, and the particle colors by the fluid color texture.
|