Base Interface for rendering particles that can be oriented in a 2D world. More...
Public Member Functions | |
| Oriented2DRendererInterface () | |
| Constructor of Oriented2DRendererInterface. | |
| virtual | ~Oriented2DRendererInterface () |
| Destructor of Oriented2DRendererInterface. | |
| void | setOrientation (Orientation2D orientation) |
| Sets the way quads are oriented in the universe. | |
| Orientation2D | getOrientation () const |
| Gets the orientation of the quads. | |
Public Attributes | |
| Vector3D | orientationVector |
| The orientation vector. | |
Base Interface for rendering particles that can be oriented in a 2D world.
Definition at line 48 of file SPK_Oriented2DRendererInterface.h.
Constructor of Oriented2DRendererInterface.
Definition at line 128 of file SPK_Oriented2DRendererInterface.h.
| virtual ~Oriented2DRendererInterface | ( | ) | [virtual] |
Destructor of Oriented2DRendererInterface.
Definition at line 80 of file SPK_Oriented2DRendererInterface.h.
| Orientation2D getOrientation | ( | ) | const |
Gets the orientation of the quads.
Definition at line 139 of file SPK_Oriented2DRendererInterface.h.
| void setOrientation | ( | Orientation2D | orientation | ) |
Sets the way quads are oriented in the universe.
| orientation | : the orientation of the quad |
Definition at line 134 of file SPK_Oriented2DRendererInterface.h.
The orientation vector.
It is used in 2 orientation modes :
In other modes the orientation vector is not used
Definition at line 66 of file SPK_Oriented2DRendererInterface.h.
1.6.1