#include <OGREInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| const char * | GetName (void) |
| const char * | GetMovableType (void) |
| DIOGRENode * | GetParentNode (void) |
| DIOGRESceneNode * | GetParentSceneNode (void) |
| bool | IsAttached (void) |
| bool | IsInScene (void) |
| DIOGREAxisAlignedBox * | GetBoundingBox (void) |
| float | GetBoundingRadius (void) |
| DIOGREAxisAlignedBox * | GetWorldBoundingBox () |
| DIOGREAxisAlignedBox * | GetWorldBoundingBox (bool derive) |
| void | GetWorldBoundingSphere (out_Vector4f *sphere) |
| void | GetWorldBoundingSphere (out_Vector4f *sphere, bool derive) |
| void | SetVisible (bool visible) |
| bool | IsVisible (void) |
| void | SetRenderQueueGroup (RenderQueueGroupID queueID) |
| RenderQueueGroupID | GetRenderQueueGroup (void) |
| void | SetQueryFlags (unsigned long flags) |
| void | AddQueryFlags (unsigned long flags) |
| void | RemoveQueryFlags (unsigned long flags) |
| unsigned long | GetQueryFlags (void) |
| void | SetCastShadows (bool enabled) |
| const char* DigitalSpaces::DIOGREMovableObject::GetName | ( | void | ) |
| const char* DigitalSpaces::DIOGREMovableObject::GetMovableType | ( | void | ) |
| DIOGRENode* DigitalSpaces::DIOGREMovableObject::GetParentNode | ( | void | ) |
| DIOGRESceneNode* DigitalSpaces::DIOGREMovableObject::GetParentSceneNode | ( | void | ) |
| bool DigitalSpaces::DIOGREMovableObject::IsAttached | ( | void | ) |
| bool DigitalSpaces::DIOGREMovableObject::IsInScene | ( | void | ) |
| DIOGREAxisAlignedBox* DigitalSpaces::DIOGREMovableObject::GetBoundingBox | ( | void | ) |
| float DigitalSpaces::DIOGREMovableObject::GetBoundingRadius | ( | void | ) |
| DIOGREAxisAlignedBox* DigitalSpaces::DIOGREMovableObject::GetWorldBoundingBox | ( | ) |
| DIOGREAxisAlignedBox* DigitalSpaces::DIOGREMovableObject::GetWorldBoundingBox | ( | bool | derive | ) |
| void DigitalSpaces::DIOGREMovableObject::GetWorldBoundingSphere | ( | out_Vector4f * | sphere | ) |
| void DigitalSpaces::DIOGREMovableObject::GetWorldBoundingSphere | ( | out_Vector4f * | sphere, | |
| bool | derive | |||
| ) |
| void DigitalSpaces::DIOGREMovableObject::SetVisible | ( | bool | visible | ) |
| bool DigitalSpaces::DIOGREMovableObject::IsVisible | ( | void | ) |
| void DigitalSpaces::DIOGREMovableObject::SetRenderQueueGroup | ( | RenderQueueGroupID | queueID | ) |
| RenderQueueGroupID DigitalSpaces::DIOGREMovableObject::GetRenderQueueGroup | ( | void | ) |
| void DigitalSpaces::DIOGREMovableObject::SetQueryFlags | ( | unsigned long | flags | ) |
| void DigitalSpaces::DIOGREMovableObject::AddQueryFlags | ( | unsigned long | flags | ) |
| void DigitalSpaces::DIOGREMovableObject::RemoveQueryFlags | ( | unsigned long | flags | ) |
| unsigned long DigitalSpaces::DIOGREMovableObject::GetQueryFlags | ( | void | ) |
| void DigitalSpaces::DIOGREMovableObject::SetCastShadows | ( | bool | enabled | ) |
1.5.6