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


Public Member Functions | |
| MAKE_PARTICLESTUFF_NAME () | |
| ParticleShaderCluster (Particles *ps=NULL) | |
| virtual void | draw () |
| each shader knows how to draw all the particles based on its attributes | |
| int | qlen () |
| parameters | |
| void | getq (double *q) |
| Get the parameters. | |
| void | setq (double *q) |
| Set particle stuff parameters. | |
| void | qname (char **qn) |
| Get the names of the parameters. | |
| void | attachAttributes () |
Public Attributes | |
| double | lineWidth |
| int | useMaterial |
| int | drawOutline |
| SurfaceInterrogator * | surInt |
|
|
Definition at line 8 of file ParticleShaderCluster.cpp. References drawOutline, lineWidth, and useMaterial. |
|
|
Reimplemented from ParticleShader. Definition at line 16 of file ParticleShaderCluster.cpp. References ParticleStuff::attachAttribute(), ParticleShader::attachAttributes(), and surInt. |
|
|
each shader knows how to draw all the particles based on its attributes
Reimplemented from ParticleShader. Definition at line 50 of file ParticleShaderCluster.cpp. References ClusterOpenMesh, drawOutline, ClusterMesh::mesh, SurfaceInterrogator::surface, surInt, and useMaterial. |
|
|
Get the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 29 of file ParticleShaderCluster.cpp. References drawOutline, lineWidth, and useMaterial. |
|
|
|
|
|
parameters
Reimplemented from ParticleStuff. Definition at line 24 of file ParticleShaderCluster.cpp. |
|
|
Get the names of the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 43 of file ParticleShaderCluster.cpp. |
|
|
Set particle stuff parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 36 of file ParticleShaderCluster.cpp. References drawOutline, lineWidth, and useMaterial. |
|
|
Definition at line 23 of file ParticleShaderCluster.h. Referenced by draw(), getq(), ParticleShaderCluster(), and setq(). |
|
|
Definition at line 21 of file ParticleShaderCluster.h. Referenced by getq(), ParticleShaderCluster(), and setq(). |
|
|
Definition at line 32 of file ParticleShaderCluster.h. Referenced by attachAttributes(), and draw(). |
|
|
Definition at line 22 of file ParticleShaderCluster.h. Referenced by draw(), getq(), ParticleShaderCluster(), and setq(). |
1.3.4