#include <ps_direction.h>
Inheritance diagram for NL3D::CPSDirection:

Definition at line 40 of file ps_direction.h.
Public Member Functions | |
| virtual void | enableGlobalVectorValue (const std::string &name) |
| virtual NLMISC::CVector | getDir (void) const=0 |
| virtual std::string | getGlobalVectorValueName () const |
| virtual void | setDir (const NLMISC::CVector &v)=0 |
| virtual bool | supportGlobalVectorValue () const |
|
|
The direction is taken from a global vector defined in the particle system NULL or an empty string as a name disable the use of a global value Reimplemented in NL3D::CPSDirectionnalForce. Definition at line 49 of file ps_direction.h.
00049 {}
|
|
|
Implemented in NL3D::CPSEmitterDirectionnal, NL3D::CPSEmitterRectangle, and NL3D::CPSDirectionnalForce. |
|
|
Reimplemented in NL3D::CPSDirectionnalForce. Definition at line 50 of file ps_direction.h.
00050 { return ""; }
|
|
|
Implemented in NL3D::CPSEmitterDirectionnal, NL3D::CPSEmitterRectangle, NL3D::CPSEmitterConic, and NL3D::CPSDirectionnalForce. |
|
|
Reimplemented in NL3D::CPSDirectionnalForce. Definition at line 45 of file ps_direction.h.
00045 { return false; }
|
1.3.6