Compounds |
struct | SLandImport |
struct | SLandOptions |
Defines |
#define | GXLAND_FILE_MAX 256 |
#define | STRAFE_AMT 10.0f |
#define | LK_AMT 0.1f |
Functions |
int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
LRESULT WINAPI | MsgProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
void | Error (char *szError) |
void | Exit () |
bool | OpenFileDiag (bool bSave, char *szOut, char *szExt) |
void | OnFileOpen (CGXLandRenderer *pLand) |
void | OnExit () |
void | OnImport (CGXLandRenderer *, CGXDeviceContainer *pDevice) |
void | OnDisplayStats (SLandOptions *pOptions) |
void | OnUseNormalMap (SLandOptions *pOptions) |
void | OnUseColorMap (SLandOptions *pOptions) |
void | OnGenerate () |
void | LandOnMouseMove (SLandOptions *pOptions, CGXDeviceContainer *pDevice, CGXFirstPersonMovement *pMover, float fX, float fY) |
void | AddModel () |
void | OnFileSave (CGXBitmapLand *pLand) |
Variables |
CGXGraphicsEngine | g_Engine |
SLandOptions | g_Options |
SLandImport | g_ImportOptions |