SetLargeMeshVertices converts vertex data of a large mesh directly into a mesh buffer.
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 |
True always.