#include "config_egg.h"
#include "eggRenderMode.h"
#include "eggAnimData.h"
#include "eggAttributes.h"
#include "eggBin.h"
#include "eggBinMaker.h"
#include "eggComment.h"
#include "eggCoordinateSystem.h"
#include "eggCurve.h"
#include "eggExternalReference.h"
#include "eggFilenameNode.h"
#include "eggGroup.h"
#include "eggGroupNode.h"
#include "eggMaterial.h"
#include "eggNameUniquifier.h"
#include "eggNamedObject.h"
#include "eggNode.h"
#include "eggNurbsCurve.h"
#include "eggNurbsSurface.h"
#include "eggObject.h"
#include "eggPoint.h"
#include "eggPolygon.h"
#include "eggPoolUniquifier.h"
#include "eggPrimitive.h"
#include "eggSAnimData.h"
#include "eggSurface.h"
#include "eggSwitchCondition.h"
#include "eggTable.h"
#include "eggTexture.h"
#include "eggVertex.h"
#include "eggVertexPool.h"
#include "eggXfmAnimData.h"
#include "eggXfmSAnim.h"
#include <dconfig.h>
#include <get_config_path.h>
Go to the source code of this file.
Functions | |
Configure (config_egg) | |
NotifyCategoryDef (egg,"") | |
ConfigureFn (config_egg) | |
const DSearchPath & | get_egg_path () |
void | init_libegg () |
Initializes the library. | |
Variables | |
bool | egg_support_old_anims = config_egg.GetBool("egg-support-old-anims", true) |
Definition in file config_egg.cxx.
|
|
|
Definition at line 62 of file config_egg.cxx. References get_config_path(), and NULL. |
|
Definition at line 67 of file config_egg.cxx. |
|
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 92 of file config_egg.cxx. |
|
|
|
Definition at line 74 of file config_egg.cxx. Referenced by EggXfmSAnim::write(). |