CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2002
    Posts
    33

    Are there any good Direct3D7 IM texture tutorials?

    Hi all, could anyone who has seen a good, clear and concise tutorial on direct3D7 object texturing (that doesn't use the Microsoft D3DFrame framework) please give me the URL. I have managed to get a 2D triangle situated in 3D space up on the screen using gouraud shading (yay ), but now would like to try a dab hand at squares, then cubes and finally textures.

    Thanks all,
    Alan.

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    Try

    http://www.riaz.de/tutorials/d3d.html

    or

    http://www.drunkenhyena.com/docs/d3d_tutorial.phtml

    The latter is for D3D8 but I don't know the difference between 7 & 8.
    Succinct is verbose for terse

  3. #3
    Join Date
    Jun 2002
    Posts
    33
    Thanks for your help cup, most appreciated.

    Alan.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured