previous |  up  | next
 

First Direct3D Program   

Author:  TheTutor

This tutorial will get you up and running with a DirectX9c application.  It shows how to create the IDirect3D9 and IDirect3DDevice9 interface and explains Direct3D's flexible vertex format.

Functions/Methods Used:  Direct3DCreate9(), assert()

IDirect3D9::  CreateDevice(), Release()

IDirect3DDevice9::  BeginScene(), EndScene(), SetFVF(), DrawPrimitiveUp(), Clear(), Release()


Access Here

 
 
 

 

 

 


 C
 C++
 Win32
 Direct3D
 OpenGL
 C#
 Java
 Free Tutorials