#include "w3dutil.h"#include "w3ddesc.h"#include "rcmenu.h"#include "util.h"#include "nodelist.h"#include "tchar.h"#include "gamemtl.h"#include "notify.h"#include "gennamesdialog.h"#include "genmtlnamesdialog.h"#include "genlodextensiondialog.h"#include "floaterdialog.h"#include <StdMat.h>Go to the source code of this file.
Classes | |
| class | MaterialReferenceMaker |
| class | SettingsFormClass |
| class | W3DUtilityClass |
| struct | W3DUtilityClass::NodeStatesStruct |
| class | W3DUtilityClassDesc |
Macros | |
| #define | DAZZLE_SETTINGS_FILENAME "dazzle.ini" |
| #define | DAZZLE_TYPES_SECTION "Dazzles_List" |
| #define | DAZZLE_SECTION_BUFFERSIZE 32767 |
Functions | |
| ClassDesc * | Get_W3D_Utility_Desc (void) |
| W3DAppData0Struct * | GetW3DAppData0 (INode *node) |
| W3DAppData1Struct * | GetW3DAppData1 (INode *node) |
| W3DAppData2Struct * | GetW3DAppData2 (INode *node) |
| W3DDazzleAppDataStruct * | GetW3DDazzleAppData (INode *node) |
| #define DAZZLE_SECTION_BUFFERSIZE 32767 |
Definition at line 56 of file w3dutil.cpp.
| #define DAZZLE_SETTINGS_FILENAME "dazzle.ini" |
Definition at line 54 of file w3dutil.cpp.
| #define DAZZLE_TYPES_SECTION "Dazzles_List" |
Definition at line 55 of file w3dutil.cpp.
| ClassDesc * Get_W3D_Utility_Desc | ( | void | ) |
Definition at line 323 of file w3dutil.cpp.
| W3DAppData0Struct * GetW3DAppData0 | ( | INode * | node | ) |
Definition at line 2029 of file w3dutil.cpp.
| W3DAppData1Struct * GetW3DAppData1 | ( | INode * | node | ) |
Definition at line 2034 of file w3dutil.cpp.
| W3DAppData2Struct * GetW3DAppData2 | ( | INode * | node | ) |
Definition at line 2039 of file w3dutil.cpp.
| W3DDazzleAppDataStruct * GetW3DDazzleAppData | ( | INode * | node | ) |
Definition at line 2044 of file w3dutil.cpp.