Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandatoolbase.h"
#include "maxEggLoader.h"
#include "maxImportRes.h"
#include <Max.h>
#include <istdplug.h>
#include "notifyCategoryProxy.h"
#include <iostream>
#include <sstream>
Go to the source code of this file.
Macros | |
#define | PANDAEGGIMP_CLASS_ID1 0x377193ab |
#define | PANDAEGGIMP_CLASS_ID2 0x897afe12 |
Functions | |
__declspec (dllexport) const TCHAR *LibDescription() | |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, ULONG fdwReason, LPVOID lpvReserved) |
Variables | |
HINSTANCE | hInstance |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
This is the wrapper code for the max importer plugin. It includes:
It does not include the actual code to traverse the EggData.
Definition in file maxEggImport.cxx.
#define PANDAEGGIMP_CLASS_ID1 0x377193ab |
Definition at line 241 of file maxEggImport.cxx.
#define PANDAEGGIMP_CLASS_ID2 0x897afe12 |
Definition at line 242 of file maxEggImport.cxx.
__declspec | ( | dllexport | ) | const |
Definition at line 256 of file maxEggImport.cxx.
BOOL WINAPI DllMain | ( | HINSTANCE | hinstDLL, |
ULONG | fdwReason, | ||
LPVOID | lpvReserved ) |
Definition at line 223 of file maxEggImport.cxx.
HINSTANCE hInstance |
Definition at line 221 of file maxEggImport.cxx.