-
DirectX
I need a nice simple tutuorial to draw stuff in DirectX, most of the ones I have read go too far too quickly. All I need to do is draw simple static shapes and bitmaps with Gouraud shading and transparency (i need to be able to set alpha values 0-255). Any ideas/code/links/anything?
-
DirectX version?
This wont be just a few lines. If you havent already, download the DX8.1 SDK from the MS website, and go through the tutorials, either the ones included in the SDK, or at http://www.vbexplorer.com/directx4vb . You will probably be able to figure it out from there, without any more help.
Z.