home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
temacd
/
planearcade
/
planearcade.exe
/
Tank3.bmp
/
bsp.h
< prev
next >
Wrap
C/C++ Source or Header
|
2004-02-24
|
496b
|
30 lines
#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