OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::BillboardChain::Element Class Reference

Contains the data of an element of the BillboardChain. More...

#include <OgreBillboardChain.h>

+ Collaboration diagram for Ogre::BillboardChain::Element:

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
 

Detailed Description

Contains the data of an element of the BillboardChain.

Definition at line 84 of file OgreBillboardChain.h.

Constructor & Destructor Documentation

Ogre::BillboardChain::Element::Element ( )
Ogre::BillboardChain::Element::Element ( const Vector3 position,
Real  width,
Real  texCoord,
const ColourValue colour,
const Quaternion orientation 
)

Member Data Documentation

ColourValue Ogre::BillboardChain::Element::colour

Definition at line 101 of file OgreBillboardChain.h.

Quaternion Ogre::BillboardChain::Element::orientation

Only used when mFaceCamera == false.

Definition at line 104 of file OgreBillboardChain.h.

Vector3 Ogre::BillboardChain::Element::position

Definition at line 97 of file OgreBillboardChain.h.

Real Ogre::BillboardChain::Element::texCoord

U or V texture coord depending on options.

Definition at line 100 of file OgreBillboardChain.h.

Real Ogre::BillboardChain::Element::width

Definition at line 98 of file OgreBillboardChain.h.


The documentation for this class was generated from the following file: