Panda3D
|
#include "maxEgg.h"
Go to the source code of this file.
Functions | |
__declspec (dllexport) const TCHAR *LibDescription() | |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, ULONG fdwReason, LPVOID lpvReserved) |
ClassDesc * | GetMaxEggPluginDesc () |
TCHAR * | GetString (int id) |
INT_PTR CALLBACK | MaxEggPluginOptionsDlgProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
int | controlsInit = FALSE |
HINSTANCE | hInstance |
const double | meshVerts [252][3] |
This file implements the classes that are used in the Panda 3D file exporter for 3D Studio Max.
Definition in file maxEgg.cxx.
__declspec | ( | dllexport | ) | const |
Definition at line 823 of file maxEgg.cxx.
BOOL WINAPI DllMain | ( | HINSTANCE | hinstDLL, |
ULONG | fdwReason, | ||
LPVOID | lpvReserved ) |
Definition at line 802 of file maxEgg.cxx.
ClassDesc * GetMaxEggPluginDesc | ( | ) |
Definition at line 295 of file maxEgg.cxx.
TCHAR * GetString | ( | int | id | ) |
Definition at line 853 of file maxEgg.cxx.
INT_PTR CALLBACK MaxEggPluginOptionsDlgProc | ( | HWND | hWnd, |
UINT | message, | ||
WPARAM | wParam, | ||
LPARAM | lParam ) |
Definition at line 307 of file maxEgg.cxx.
int controlsInit = FALSE |
Definition at line 794 of file maxEgg.cxx.
HINSTANCE hInstance |
Definition at line 793 of file maxEgg.cxx.
const double meshVerts[252][3] |
Definition at line 15 of file maxEgg.cxx.