Advertisement

How to increase the triangle count / tessellate a lo-res ID3DXMesh?

Started by November 07, 2017 04:26 AM
0 comments, last by lucky6969b 7 years, 3 months ago

If the model comes out as a low-res mesh (.X file), because I want to do something like convex decompositions, voroni kind of thing... I want to increase the triangle count / division of the mesh... If I create a new mesh out of the old mesh, you have to manually fill in the vertex positions, normals and uvs etc, is there an handy way (an api) to increase the count, I don't know tessellate is the correct term since it only applies to patch meshes.
thanks
Jack

This topic is closed to new replies.

Advertisement