Upcoming Events
Unite 2010
11/10 - 11/12 @ Montréal, Canada

GDC China
12/5 - 12/7 @ Shanghai, China

Asia Game Show 2010
12/24 - 12/27  

GDC 2011
2/28 - 3/4 @ San Francisco, CA

More events...
Quick Stats
109 people currently visiting GDNet.
2406 articles in the reference section.

Help us fight cancer!
Join SETI Team GDNet!
Link to us Events 4 Gamers
Intel sponsors gamedev.net search:

  Contents

 Introduction
 DirectX
 DirectDraw
 Direct3D
 Rendering Engine
 File Format
 DirectX and COM
 Summary and
 Appendix


 Printable version

 


Direct3D constitutes one of the emerging APIs from Microsoft Corporation, for providing new software features to developers, so that new and existing features of the PC can be exploited much better than is possible presently.

As the information available on Direct3D is quite a lot, we will present the information on Direct3D using three tutorials, with each covering a different aspect of Direct3D. The three tutorials are:

  1. Overview of Direct3D
  2. Direct3D Retained Mode
  3. Direct3D Immediate Mode

As we mentioned before, Direct3D is one of the APIs in a set, available for application development. Direct3D is available to the developer as an API, using which, applications utilizing 3D graphics can be developed much faster using a standard way. The Direct3D API is part of DirectX.


Next : DirectX