source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/Standalone/Explosion [DirectX]/Cube.h @ 3255

Revision 3255, 242 bytes checked in by szirmay, 15 years ago (diff)
Line 
1#pragma once
2
3class Cube
4{
5        IDirect3DDevice9* pd3dDevice;
6        IDirect3DVertexBuffer9 *pVertexBuffer;   
7        HRESULT hr;
8
9public:
10        Cube(IDirect3DDevice9* pd3dDevice);
11        void PrepareDrawing();
12        void Draw();
13        void DrawFace(int index);
14};
Note: See TracBrowser for help on using the repository browser.