![]() |
doom3-gpl
Doom 3 GPL source release
|
#include "../../idlib/precompiled.h"#include "qe3.h"#include "Radiant.h"#include "SurfaceDlg.h"#include "mainfrm.h"Go to the source code of this file.
Macros | |
| #define | IDC_ROTATEA 0 |
| #define | IDC_HSCALEA 0 |
| #define | IDC_VSCALEA 0 |
| #define | IDC_HSHIFTA 0 |
| #define | IDC_VSHIFTA 0 |
Functions | |
| void | Face_GetScale_BrushPrimit (face_t *face, float *s, float *t, float *rot) |
| void | UpdateSurfaceDialog () |
| bool | ByeByeSurfaceDialog () |
| void | DoSurface (void) |
Variables | |
| CSurfaceDlg | g_dlgSurface |
| texdef_t | g_old_texdef |
| texdef_t | g_patch_texdef |
| HWND | g_surfwin = NULL |
| bool | g_changed_surface |
| bool | g_bNewFace = false |
| bool | g_bNewApplyHandling = false |
| bool | g_bGatewayhack = false |
| #define IDC_HSCALEA 0 |
| #define IDC_HSHIFTA 0 |
| #define IDC_ROTATEA 0 |
| #define IDC_VSCALEA 0 |
| #define IDC_VSHIFTA 0 |
| bool ByeByeSurfaceDialog | ( | ) |
Definition at line 314 of file SurfaceDlg.cpp.
Definition at line 282 of file SurfaceDlg.cpp.
Definition at line 974 of file EditorBrushPrimit.cpp.
| void UpdateSurfaceDialog | ( | ) |
Definition at line 273 of file SurfaceDlg.cpp.
| bool g_bGatewayhack = false |
Definition at line 202 of file SurfaceDlg.cpp.
| bool g_bNewApplyHandling = false |
Definition at line 201 of file SurfaceDlg.cpp.
| bool g_bNewFace = false |
Definition at line 200 of file SurfaceDlg.cpp.
| bool g_changed_surface |
Definition at line 152 of file SurfaceDlg.cpp.
| CSurfaceDlg g_dlgSurface |
Definition at line 46 of file SurfaceDlg.cpp.
| texdef_t g_old_texdef |
Definition at line 149 of file SurfaceDlg.cpp.
| texdef_t g_patch_texdef |
Definition at line 150 of file SurfaceDlg.cpp.
| HWND g_surfwin = NULL |
Definition at line 151 of file SurfaceDlg.cpp.
1.8.6.