|
Particle Universe
1.2
|
#include <ParticleUniverseBillboard.h>

Public Member Functions | |
| Billboard (void) | |
| virtual | ~Billboard (void) |
Public Member Functions inherited from Ogre::Billboard | |
| Billboard () | |
| Billboard (const Vector3 &position, BillboardSet *owner, const ColourValue &colour=ColourValue::White) | |
| ~Billboard () | |
| void | _notifyOwner (BillboardSet *owner) |
| const ColourValue & | getColour (void) const |
| Real | getOwnHeight (void) const |
| Real | getOwnWidth (void) const |
| const Vector3 & | getPosition (void) const |
| const Radian & | getRotation (void) const |
| uint16 | getTexcoordIndex (void) const |
| const FloatRect & | getTexcoordRect (void) const |
| bool | hasOwnDimensions (void) const |
| bool | isUseTexcoordRect (void) const |
| void | resetDimensions (void) |
| void | setColour (const ColourValue &colour) |
| void | setDimensions (Real width, Real height) |
| void | setPosition (const Vector3 &position) |
| void | setPosition (Real x, Real y, Real z) |
| void | setRotation (const Radian &rotation) |
| void | setTexcoordIndex (uint16 texcoordIndex) |
| void | setTexcoordRect (const FloatRect &texcoordRect) |
| void | setTexcoordRect (Real u0, Real v0, Real u1, Real v1) |
Friends | |
| class | BillboardRenderer |
Additional Inherited Members | |
Public Attributes inherited from Ogre::Billboard | |
| ColourValue | mColour |
| Vector3 | mDirection |
| BillboardSet * | mParentSet |
| Vector3 | mPosition |
| Radian | mRotation |
|
inline |
|
inlinevirtual |
|
friend |