|
OGRE
1.9.0
|
Contains the data of an element of the BillboardChain. More...
#include <OgreBillboardChain.h>
Public Member Functions | |
| Element () | |
| Element (const Vector3 &position, Real width, Real texCoord, const ColourValue &colour, const Quaternion &orientation) | |
Public Attributes | |
| ColourValue | colour |
| Quaternion | orientation |
| Only used when mFaceCamera == false. | |
| Vector3 | position |
| Real | texCoord |
| U or V texture coord depending on options. | |
| Real | width |
Contains the data of an element of the BillboardChain.
Definition at line 84 of file OgreBillboardChain.h.
| Ogre::BillboardChain::Element::Element | ( | ) |
| Ogre::BillboardChain::Element::Element | ( | const Vector3 & | position, |
| Real | width, | ||
| Real | texCoord, | ||
| const ColourValue & | colour, | ||
| const Quaternion & | orientation ) |
References colour, orientation, position, texCoord, and width.
| ColourValue Ogre::BillboardChain::Element::colour |
Definition at line 101 of file OgreBillboardChain.h.
Referenced by Element().
| Quaternion Ogre::BillboardChain::Element::orientation |
Only used when mFaceCamera == false.
Definition at line 104 of file OgreBillboardChain.h.
Referenced by Element().
| Vector3 Ogre::BillboardChain::Element::position |
Definition at line 97 of file OgreBillboardChain.h.
Referenced by Element().
| Real Ogre::BillboardChain::Element::texCoord |
U or V texture coord depending on options.
Definition at line 100 of file OgreBillboardChain.h.
Referenced by Element().
| Real Ogre::BillboardChain::Element::width |
Definition at line 98 of file OgreBillboardChain.h.
Referenced by Element().
1.13.2