home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef _BSP_H_
- #define _BSP_H_
-
- //-----------------------------------
- //CUSTOMVERTEX
- //---------------------------------------
- struct CUSTOMVERTEXBSP
- {
- D3DXVECTOR3 pos; //Position
- D3DCOLOR color;
- FLOAT tu1, tv1;
- FLOAT tu2, tv2;
- };
-
- //CUSTOMVERTEXT
- #define D3DFVF_CUSTOMVERTEXBSP (D3DFVF_XYZ|D3DFVF_DIFFUSE|D3DFVF_TEX2)
-
- //struktury - read
- #include "rbspstruct.h"
-
- //struktura
- #include "bspstruct.h"
-
- //trieda
- #include "bspclass.h"
-
-
-
- #endif