Panda3D
Loading...
Searching...
No Matches
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.

Macro Definition Documentation

◆ PANDAEGGIMP_CLASS_ID1

#define PANDAEGGIMP_CLASS_ID1   0x377193ab

Definition at line 241 of file maxEggImport.cxx.

◆ PANDAEGGIMP_CLASS_ID2

#define PANDAEGGIMP_CLASS_ID2   0x897afe12

Definition at line 242 of file maxEggImport.cxx.

Function Documentation

◆ __declspec()

__declspec ( dllexport ) const

Definition at line 256 of file maxEggImport.cxx.

◆ DllMain()

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

Definition at line 223 of file maxEggImport.cxx.

Variable Documentation

◆ hInstance

HINSTANCE hInstance

Definition at line 221 of file maxEggImport.cxx.