managed dx9 create new meshes from mesh subsets

The best way is to access memory for vertex and index, get attribute table and use it to recreate vertex and index array,
create index and vertex buffer and use new mesh(...
to create the new meshes.
Don't use mesh.split, is more complicated than do this procedure
 
Back
Top