MeshCache::SetLargeMeshVertices

MeshCache::SetLargeMeshVertices
virtual bool SetLargeMeshVertices(MeshCacheItem* pcacheItem, const VertexFormat* pSourceFormat, UPInt vertexOffset, UByte* pvertices, unsigned vertexCount, const VertexFormat* pDestFormat, UByte* pdest);
Description

SetLargeMeshVertices converts vertex data of a large mesh directly into a mesh buffer.

Parameters
Parameters 
Description 
MeshCacheItem* pcacheItem 
Unused. 
const VertexFormat* pSourceFormat 
The format of the input vertex data. 
UPInt vertexOffset 
Offset from the start of the buffer to start copying vertices 
UByte* pvertices 
The source vertices 
unsigned vertexCount 
The number of vertices to copy 
const VertexFormat* pDestFormat 
The format of the destination vertices 
UByte* pdest 
The start of the destination buffer 
Return Value

True always.