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


Public Member Functions | |
| MAKE_PARTICLESTUFF_NAME () | |
| ParticleShaderSphere (Particles *ps=NULL) | |
| virtual | ~ParticleShaderSphere () |
| virtual void | drawShape (int i) |
| each shader simply make a shape call for each particle | |
| 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. | |
Public Attributes | |
| GLUquadricObj * | quad |
| double | radius |
| int | sides |
|
|
Definition at line 6 of file ParticleShaderSphere.cpp. |
|
|
Definition at line 14 of file ParticleShaderSphere.cpp. References quad. |
|
|
each shader simply make a shape call for each particle
Reimplemented from ParticleShader. Definition at line 42 of file ParticleShaderSphere.cpp. |
|
|
Get the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 24 of file ParticleShaderSphere.cpp. |
|
|
|
|
|
parameters
Reimplemented from ParticleStuff. Definition at line 19 of file ParticleShaderSphere.cpp. |
|
|
Get the names of the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 36 of file ParticleShaderSphere.cpp. |
|
|
Set particle stuff parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 30 of file ParticleShaderSphere.cpp. |
|
|
Definition at line 17 of file ParticleShaderSphere.h. Referenced by drawShape(), ParticleShaderSphere(), and ~ParticleShaderSphere(). |
|
|
Definition at line 18 of file ParticleShaderSphere.h. Referenced by drawShape(), getq(), ParticleShaderSphere(), and setq(). |
|
|
Definition at line 19 of file ParticleShaderSphere.h. Referenced by drawShape(), getq(), ParticleShaderSphere(), and setq(). |
1.3.4