I'm new to Direct3D programming, and am experimenting with 3d graphics. I create my graphics with 3ds max 7, export them as a directx (.x) file but i really have no idea where to go from here. Could someone please show me how to properly initialize, display, and destory direct3d objects (maybe a small tutorial on just how to get a screen to display in full screen mode). This would be great in c++, but vb.net is also an option. Anyways i am quite skilled with programming for windows, database, and internet, but am just learning direct3d. Thanks.
Comments
:
[blue]
Here is a promising tutorial that covers almost
all areas of Direct3d:
http://www.two-kings.de/tutorials/d3d.html[/blue]
: :
: [blue]
: Here is a promising tutorial that covers almost
: all areas of Direct3d:
: http://www.two-kings.de/tutorials/d3d.html[/blue]
:
thanks, this really helped.