Public Methods |
virtual void | setColorFading (bool onOff=true)=0 |
| (de)activate color fading when its done, colors fades to black along the tail. More...
|
virtual bool | getColorFading (void) const=0 |
| test wether color fading is activated. More...
|
virtual void | setTailNbSeg (uint32 nbSeg)=0 |
| there may be a maximum with some particles. More...
|
virtual uint32 | getTailNbSeg (void) const=0 |
virtual void | setSystemBasis (bool yes)=0 |
| tells in which basis is the tail It requires one transform per particle if it is not the same as the located that hold that particle The default is false. More...
|
virtual bool | isInSystemBasis (void) const=0 |
| return true if the tails are in the system basis. More...
|