Tagged Questions
0
votes
0answers
96 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 ...
0
votes
2answers
614 views
Most basic transformed vertex-drawing with Direct3D
I'm absolutely new to DirectX and I'd like to draw some untransformed primitives with the most basic Direct3D configuration (for learning purposes). I already drew some primitives with transformed ...