#include <OGREInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| const char * | GetMaterialName () |
| Gets the name of the Material in use by this instance. | |
| void | SetMaterialName (const char *name) |
| Sets the name of the Material to be used. | |
| void | SetVisible (bool visible) |
| Tells this SubEntity whether to be visible or not. | |
| bool | IsVisible (void) |
| Returns whether or not this SubEntity is supposed to be visible. | |
| DIOGRESubMesh * | GetSubMesh (void) |
| Accessor method to read mesh data. | |
| const char* DigitalSpaces::DIOGRESubEntity::GetMaterialName | ( | ) |
Gets the name of the Material in use by this instance.
| void DigitalSpaces::DIOGRESubEntity::SetMaterialName | ( | const char * | name | ) |
Sets the name of the Material to be used.
| void DigitalSpaces::DIOGRESubEntity::SetVisible | ( | bool | visible | ) |
Tells this SubEntity whether to be visible or not.
| bool DigitalSpaces::DIOGRESubEntity::IsVisible | ( | void | ) |
Returns whether or not this SubEntity is supposed to be visible.
| DIOGRESubMesh* DigitalSpaces::DIOGRESubEntity::GetSubMesh | ( | void | ) |
Accessor method to read mesh data.
1.5.6