Panda3D
Loading...
Searching...
No Matches
Functions | Variables
maxEgg.cxx File Reference
#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]
 

Detailed Description

Author
Steven "Sauce" Osman
Date
2003-01
Author
Ken Strickland
Date
2003-02-25

This file implements the classes that are used in the Panda 3D file exporter for 3D Studio Max.

Definition in file maxEgg.cxx.

Function Documentation

◆ __declspec()

__declspec ( dllexport ) const

Definition at line 823 of file maxEgg.cxx.

◆ DllMain()

BOOL WINAPI DllMain ( HINSTANCE hinstDLL,
ULONG fdwReason,
LPVOID lpvReserved )

Definition at line 802 of file maxEgg.cxx.

◆ GetMaxEggPluginDesc()

ClassDesc * GetMaxEggPluginDesc ( )

Definition at line 295 of file maxEgg.cxx.

◆ GetString()

TCHAR * GetString ( int id)

Definition at line 853 of file maxEgg.cxx.

◆ MaxEggPluginOptionsDlgProc()

INT_PTR CALLBACK MaxEggPluginOptionsDlgProc ( HWND hWnd,
UINT message,
WPARAM wParam,
LPARAM lParam )

Definition at line 307 of file maxEgg.cxx.

Variable Documentation

◆ controlsInit

int controlsInit = FALSE

Definition at line 794 of file maxEgg.cxx.

◆ hInstance

HINSTANCE hInstance

Definition at line 793 of file maxEgg.cxx.

◆ meshVerts

const double meshVerts[252][3]

Definition at line 15 of file maxEgg.cxx.