#include <Torch.h>
Inheritance diagram for ani::FireParticle:

Public Methods | |
| FireParticle () | |
| const gmtl::Vec4f & | color () const |
| void | setColor (const gmtl::Vec4f &color) |
| void | setAgeOfDeath (float age) |
| float | ageOfDeath () const |
| float | age () const |
| void | growOlder (float age) |
Public Attributes | |
| float | mAge |
| float | mAgeOfDeath |
| gmtl::Vec4f | mColor |
Definition at line 23 of file Torch.h.
|
|
Definition at line 26 of file Torch.h. References mAge, mAgeOfDeath, and ani::Body::setParticle(). |
|
|
Definition at line 31 of file Torch.h. References mColor. Referenced by setColor(). |
|
|
|
|
|
Definition at line 33 of file Torch.h. References age(), and mAgeOfDeath. |
|
|
Definition at line 34 of file Torch.h. References mAgeOfDeath. |
|
|
Definition at line 35 of file Torch.h. References mAge. Referenced by growOlder(), and setAgeOfDeath(). |
|
|
|
|
|
Definition at line 37 of file Torch.h. Referenced by age(), FireParticle(), and growOlder(). |
|
|
Definition at line 37 of file Torch.h. Referenced by ageOfDeath(), FireParticle(), and setAgeOfDeath(). |
|
|
|
1.2.15