IMesh::Clone

Creates and returns a copy of the current mesh.

   

HRESULT Clone( DWORD dwFlags, IMesh** ppRet );

Parameters

dwFlags
[in] Can be MESH_NO_VERTS and/or MESH_NO_TRIS to prevent copying vertices or faces.
ppRet
[out,retval] Address of a mesh pointer to receive the new mesh.

Return Values

Remarks

See Also

IMesh

Copyright © 2004-2010 Fragmosoft