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


Public Member Functions | |
| MAKE_PARTICLESTUFF_NAME () | |
| ParticleShaderTeapot (Particles *ps=NULL) | |
| 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. | |
| virtual void | drawShape (int i) |
| each shader simply make a shape call for each particle | |
Public Attributes | |
| double | size |
| int | type |
|
|
Definition at line 5 of file ParticleShaderTeapot.cpp. |
|
|
each shader simply make a shape call for each particle
Reimplemented from ParticleShader. Definition at line 12 of file ParticleShaderTeapot.cpp. |
|
|
Get the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 38 of file ParticleShaderTeapot.cpp. |
|
|
|
|
|
parameters
Reimplemented from ParticleStuff. Definition at line 36 of file ParticleShaderTeapot.cpp. |
|
|
Get the names of the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 50 of file ParticleShaderTeapot.cpp. |
|
|
Set particle stuff parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 44 of file ParticleShaderTeapot.cpp. |
|
|
Definition at line 20 of file ParticleShaderTeapot.h. Referenced by drawShape(), getq(), ParticleShaderTeapot(), and setq(). |
|
|
Definition at line 22 of file ParticleShaderTeapot.h. Referenced by drawShape(), getq(), ParticleShaderTeapot(), and setq(). |
1.3.4