SetLargeMeshIndices converts indices of a large mesh directly into a mesh buffer.
|
Parameters |
Description |
|
MeshCacheItem* pcacheItem |
Unused. |
|
const VertexFormat* pSourceFormat |
The format of the input indices. |
|
UPInt indexOffset |
Offset from the start of the buffer to start copying indices. |
|
const UInt16* pindices |
The source indices |
|
unsigned indexCount |
The number of indices to copy |
|
const VertexFormat* pDestFormat |
The format of the destination indices. |
|
UByte* pdestIndex |
The start of the destination buffer |
True always.