OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::v1::BillboardChain::Element Class Reference

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
 

Detailed Description

Contains the data of an element of the BillboardChain.

Constructor & Destructor Documentation

◆ Element() [1/2]

Ogre::v1::BillboardChain::Element::Element ( )

◆ Element() [2/2]

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

Member Data Documentation

◆ colour

ColourValue Ogre::v1::BillboardChain::Element::colour

◆ orientation

Quaternion Ogre::v1::BillboardChain::Element::orientation

Only used when mFaceCamera == false.

◆ position

Vector3 Ogre::v1::BillboardChain::Element::position

◆ texCoord

Real Ogre::v1::BillboardChain::Element::texCoord

U or V texture coord depending on options.

◆ width

Real Ogre::v1::BillboardChain::Element::width

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