#include <OGREInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| float | GetRotationRadian (void) |
| Get the rotation of the billboard. | |
| float | GetRotationDegree (void) |
| void | SetRotationRadian (float rotation) |
| Set the rotation of the billboard. | |
| void | SetRotationDegree (float rotation) |
| void | SetPosition (in_Vector3f *position) |
| Set the position of the billboard. | |
| void | SetPosition (float x, float y, float z) |
| Set the position of the billboard. | |
| void | GetPosition (out_Vector3f *position) |
| Get the position of the billboard. | |
| void | SetDimensions (float width, float height) |
| Sets the width and height for this billboard. | |
| void | ResetDimensions (void) |
| Resets this Billboard to use the parent BillboardSet's dimensions instead of it's own. | |
| void | SetColour (in_Vector4f *colour) |
| Sets the colour of this billboard. | |
| void | GetColour (out_Vector4f *colour) |
| Gets the colour of this billboard. | |
| bool | HasOwnDimensions (void) |
| Returns true if this billboard deviates from the BillboardSet's default dimensions (i.e. | |
| float | GetOwnWidth (void) |
| Retrieves the billboard's personal width, if hasOwnDimensions is true. | |
| float | GetOwnHeight (void) |
| Retrieves the billboard's personal width, if hasOwnDimensions is true. | |
| float DigitalSpaces::DIOGREBillboard::GetRotationRadian | ( | void | ) |
Get the rotation of the billboard.
| float DigitalSpaces::DIOGREBillboard::GetRotationDegree | ( | void | ) |
| void DigitalSpaces::DIOGREBillboard::SetRotationRadian | ( | float | rotation | ) |
Set the rotation of the billboard.
| void DigitalSpaces::DIOGREBillboard::SetRotationDegree | ( | float | rotation | ) |
| void DigitalSpaces::DIOGREBillboard::SetPosition | ( | in_Vector3f * | position | ) |
Set the position of the billboard.
| void DigitalSpaces::DIOGREBillboard::SetPosition | ( | float | x, | |
| float | y, | |||
| float | z | |||
| ) |
Set the position of the billboard.
| void DigitalSpaces::DIOGREBillboard::GetPosition | ( | out_Vector3f * | position | ) |
Get the position of the billboard.
| void DigitalSpaces::DIOGREBillboard::SetDimensions | ( | float | width, | |
| float | height | |||
| ) |
Sets the width and height for this billboard.
| void DigitalSpaces::DIOGREBillboard::ResetDimensions | ( | void | ) |
Resets this Billboard to use the parent BillboardSet's dimensions instead of it's own.
| void DigitalSpaces::DIOGREBillboard::SetColour | ( | in_Vector4f * | colour | ) |
Sets the colour of this billboard.
| void DigitalSpaces::DIOGREBillboard::GetColour | ( | out_Vector4f * | colour | ) |
Gets the colour of this billboard.
| bool DigitalSpaces::DIOGREBillboard::HasOwnDimensions | ( | void | ) |
Returns true if this billboard deviates from the BillboardSet's default dimensions (i.e.
if the Billboard::setDimensions method has been called for this instance).
| float DigitalSpaces::DIOGREBillboard::GetOwnWidth | ( | void | ) |
Retrieves the billboard's personal width, if hasOwnDimensions is true.
| float DigitalSpaces::DIOGREBillboard::GetOwnHeight | ( | void | ) |
Retrieves the billboard's personal width, if hasOwnDimensions is true.
1.5.6