Panda3D
|
This class contains extra user data which is piggybacked onto EggGroup objects for the purpose of the maya converter. More...
#include "mayaEggGroupUserData.h"
Public Member Functions | |
MayaEggGroupUserData (const MayaEggGroupUserData ©) | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
void | operator= (const MayaEggGroupUserData ©) |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. | |
Public Attributes | |
bool | _double_sided |
bool | _vertex_color |
This class contains extra user data which is piggybacked onto EggGroup objects for the purpose of the maya converter.
Definition at line 27 of file mayaEggGroupUserData.h.
static void MayaEggGroupUserData::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from EggUserData.
Definition at line 40 of file mayaEggGroupUserData.h.