Panda3D
Macros | Functions | Variables
maxEggImport.cxx File Reference

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
 

Detailed Description

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."

Author
jyelon
Date
2005-07-15

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.