![]() |
OGRE
1.12.12
Object-Oriented Graphics Rendering Engine
|
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. More... | |
Vector3 | position |
Real | texCoord |
U or V texture coord depending on options. More... | |
Real | width |
Contains the data of an element of the BillboardChain.
Ogre::BillboardChain::Element::Element | ( | ) |
Ogre::BillboardChain::Element::Element | ( | const Vector3 & | position, |
Real | width, | ||
Real | texCoord, | ||
const ColourValue & | colour, | ||
const Quaternion & | orientation | ||
) |
Vector3 Ogre::BillboardChain::Element::position |
Real Ogre::BillboardChain::Element::width |
Real Ogre::BillboardChain::Element::texCoord |
U or V texture coord depending on options.
ColourValue Ogre::BillboardChain::Element::colour |
Quaternion Ogre::BillboardChain::Element::orientation |
Only used when mFaceCamera == false.