#include <OGREInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| DIOGREHardwareIndexBuffer * | GetIndexBuffer () |
| pointer to the HardwareIndexBuffer to use, must be specified if useIndexes = true | |
| unsigned long | GetIndexStart () |
| index in the buffer to start from for this operation | |
| unsigned long | GetIndexCount () |
| The number of indexes to use from the buffer. | |
| DIOGREIndexData * | Clone () |
| Clones this index data, potentially including replicating the index buffer. | |
| DIOGREIndexData * | Clone (bool copyData) |
| DIOGREHardwareIndexBuffer* DigitalSpaces::DIOGREIndexData::GetIndexBuffer | ( | ) |
pointer to the HardwareIndexBuffer to use, must be specified if useIndexes = true
| unsigned long DigitalSpaces::DIOGREIndexData::GetIndexStart | ( | ) |
index in the buffer to start from for this operation
| unsigned long DigitalSpaces::DIOGREIndexData::GetIndexCount | ( | ) |
The number of indexes to use from the buffer.
| DIOGREIndexData* DigitalSpaces::DIOGREIndexData::Clone | ( | ) |
Clones this index data, potentially including replicating the index buffer.
| DIOGREIndexData* DigitalSpaces::DIOGREIndexData::Clone | ( | bool | copyData | ) |
1.5.6