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


Public Member Functions | |
| MAKE_PARTICLESTUFF_NAME () | |
| ParticleShaderCylinder (Particles *ps=NULL) | |
| virtual | ~ParticleShaderCylinder () |
| 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. | |
Protected Attributes | |
| GLUquadricObj * | quad |
| double | base |
| double | top |
| double | height |
| int | sides |
| int | capped |
|
|
Definition at line 5 of file ParticleShaderCylinder.cpp. |
|
|
Definition at line 16 of file ParticleShaderCylinder.cpp. References quad. |
|
|
each shader simply make a shape call for each particle
Reimplemented from ParticleShader. Definition at line 50 of file ParticleShaderCylinder.cpp. |
|
|
Get the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 23 of file ParticleShaderCylinder.cpp. |
|
|
|
|
|
parameters
Reimplemented from ParticleStuff. Definition at line 21 of file ParticleShaderCylinder.cpp. |
|
|
Get the names of the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 41 of file ParticleShaderCylinder.cpp. |
|
|
Set particle stuff parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 32 of file ParticleShaderCylinder.cpp. |
|
|
Definition at line 18 of file ParticleShaderCylinder.h. Referenced by drawShape(), getq(), ParticleShaderCylinder(), and setq(). |
|
|
Definition at line 22 of file ParticleShaderCylinder.h. Referenced by drawShape(), getq(), ParticleShaderCylinder(), and setq(). |
|
|
Definition at line 20 of file ParticleShaderCylinder.h. Referenced by drawShape(), getq(), ParticleShaderCylinder(), and setq(). |
|
|
Definition at line 17 of file ParticleShaderCylinder.h. Referenced by drawShape(), ParticleShaderCylinder(), and ~ParticleShaderCylinder(). |
|
|
Definition at line 21 of file ParticleShaderCylinder.h. Referenced by drawShape(), getq(), ParticleShaderCylinder(), and setq(). |
|
|
Definition at line 19 of file ParticleShaderCylinder.h. Referenced by drawShape(), getq(), ParticleShaderCylinder(), and setq(). |
1.3.4