MeshCache::SetLargeMeshIndices

MeshCache::SetLargeMeshIndices
virtual bool SetLargeMeshIndices(MeshCacheItem* pcacheItem, const VertexFormat* pSourceFormat, UPInt indexOffset, const UInt16* pindices, unsigned indexCount, const VertexFormat* pDestFormat, UByte* pdestIndex);
Description

SetLargeMeshIndices converts indices of a large mesh directly into a mesh buffer.

Parameters
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 
Return Value

True always.