![]() |
OGRE 14.3
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, float width, float texCoord, const ColourValue &colour, const Quaternion &orientation) | |
Public Attributes | |
ColourValue | colour |
Quaternion | orientation |
Only used when mFaceCamera == false. | |
Vector3 | position |
float | texCoord |
U or V texture coord depending on options. | |
float | width |
Contains the data of an element of the BillboardChain.
|
inline |
Ogre::BillboardChain::Element::Element | ( | const Vector3 & | position, |
float | width, | ||
float | texCoord, | ||
const ColourValue & | colour, | ||
const Quaternion & | orientation ) |
References colour, orientation, position, texCoord, and width.
float Ogre::BillboardChain::Element::width |
Referenced by Element().
float Ogre::BillboardChain::Element::texCoord |
ColourValue Ogre::BillboardChain::Element::colour |
Referenced by Element().
Quaternion Ogre::BillboardChain::Element::orientation |
Only used when mFaceCamera == false.
Referenced by Element().