Go to the source code of this file.
Defines | |
| #define | MODULE_MATERIAL 1 |
| #define | D_BORDER 4 |
| #define | N_PAGES 3 |
Typedefs | |
| typedef struct tag_dlghdr1 | DLGHDR1 |
Functions | |
| BOOL CALLBACK | AttribsDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| BOOL | IsAttribDlgMessage (HWND hWnd, LPMSG lpMsg) |
| BOOL CALLBACK | DefaultAttribsDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
| int | CreateMaterial (BOOL ask) |
| void | DeleteMaterial (int idd) |
| void | PurgeUnusedMaterials (void) |
| void | PurgeDuplicateMaterials (long startat) |
| void | CopyMaterial (int fromID, int toID) |
| void | DrawShaderInOne (HDC hDC, int view, int j) |
| int | RequestMaterialID (HWND parent, char *message) |
| void | EditMaterial (int id) |
| void | PositionMaterialOnOff (int OnOff, int id) |
| void | GrabMaterialAxisPoint (int x, int y) |
| void | UnGrabMaterialAxisPoint (void) |
| void | PullShaderPoint (int x, int y) |
| void | ExportMaterialsToFile (HWND parent) |
| void | ImportMaterialsFromFile (HWND parent) |
| #define MODULE_MATERIAL 1 |
Definition at line 9 of file MATERIAL.C.
| #define D_BORDER 4 |
Definition at line 621 of file MATERIAL.C.
| #define N_PAGES 3 |
Definition at line 622 of file MATERIAL.C.
Referenced by AttribsDlgProc(), and IsAttribDlgMessage().
| typedef struct tag_dlghdr1 DLGHDR1 |
1.5.6