#include <ParticleShaderLink.h>
Inheritance diagram for ParticleShaderLink:


Public Member Functions | |
| MAKE_PARTICLESTUFF_NAME () | |
| ParticleShaderLink (Particles *ps=NULL) | |
| virtual void | draw () |
| Draw the links connecting the particles to the other particles that are repelling them. | |
Public Attributes | |
| ParticleLocality * | p_locality |
|
|
Definition at line 7 of file ParticleShaderLink.cpp. |
|
|
Draw the links connecting the particles to the other particles that are repelling them.
Reimplemented from ParticleShader. Definition at line 12 of file ParticleShaderLink.cpp. References Particles::findAttribute(), ParticleLocality::getNeighbors(), ParticlePosition::getPosition(), p_locality, ParticleShader::position, ParticleStuff::ps, and Particles::size(). |
|
|
|
|
|
Definition at line 20 of file ParticleShaderLink.h. Referenced by draw(). |
1.3.4