Tagged Questions

0
votes
0answers
102 views

Saving DirectX Mesh as X file and not seeing the vertices

In the C# (.NET 1.1, Visual Studio 2003) program that I have to modify there is a Direct3D object. It is initially loaded from an X file. Then number of vertices are added to it dynamically. Then I ...