Panda3D
Loading...
Searching...
No Matches
Functions | Variables
config_mayaegg.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "config_mayaegg.h"
#include "mayaEggGroupUserData.h"
#include "mayaNodeDesc.h"
#include "mayaBlendDesc.h"
#include "configVariableBool.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 Configure (config_mayaegg)
 
 ConfigureFn (config_mayaegg)
 
void init_libmayaegg ()
 Initializes the library.
 
 NotifyCategoryDef (mayaegg, ":maya")
 

Variables

bool maya_default_double_sided
 
bool maya_default_vertex_color
 

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
drose
Date
2002-04-15

Definition in file config_mayaegg.cxx.

Function Documentation

◆ ConfigureFn()

ConfigureFn ( config_mayaegg )

Definition at line 25 of file config_mayaegg.cxx.

◆ init_libmayaegg()

void init_libmayaegg ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 48 of file config_mayaegg.cxx.

References ConfigVariableBool::get_value.

Referenced by init_libmayaloader().

Variable Documentation

◆ maya_default_double_sided

bool maya_default_double_sided

Definition at line 35 of file config_mayaegg.cxx.

◆ maya_default_vertex_color

bool maya_default_vertex_color

Definition at line 39 of file config_mayaegg.cxx.