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


Public Member Functions | |
| MAKE_PARTICLESTUFF_NAME () | |
| ParticleShaderConstMaterial (Particles *ps=NULL) | |
| virtual void | drawShape (int i) |
| each shader simply make a shape call for each particle | |
| int | qlen () |
| Returns length of particle stuff 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 | |
| gmVector4 | diffuseFront |
| gmVector4 | diffuseBack |
| gmVector4 | color |
|
|
Definition at line 6 of file ParticleShaderConstMaterial.cpp. References color, diffuseBack, and diffuseFront. |
|
|
each shader simply make a shape call for each particle
Reimplemented from ParticleShader. Definition at line 15 of file ParticleShaderConstMaterial.cpp. References color, ParticleMaterial::color, diffuseBack, diffuseFront, ParticleShader::material, ParticleMaterial::setDiffuseBack(), and ParticleMaterial::setDiffuseFront(). |
|
|
Get the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 26 of file ParticleShaderConstMaterial.cpp. References color, diffuseBack, and diffuseFront. |
|
|
|
|
|
Returns length of particle stuff parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 24 of file ParticleShaderConstMaterial.cpp. |
|
|
Get the names of the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 38 of file ParticleShaderConstMaterial.cpp. |
|
|
Set particle stuff parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 32 of file ParticleShaderConstMaterial.cpp. References color, diffuseBack, and diffuseFront. |
|
|
Definition at line 19 of file ParticleShaderConstMaterial.h. Referenced by drawShape(), getq(), ParticleShaderConstMaterial(), and setq(). |
|
|
Definition at line 18 of file ParticleShaderConstMaterial.h. Referenced by drawShape(), getq(), ParticleShaderConstMaterial(), and setq(). |
|
|
Definition at line 17 of file ParticleShaderConstMaterial.h. Referenced by drawShape(), getq(), ParticleShaderConstMaterial(), and setq(). |
1.3.4