PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "configVariableSearchPath.h"
#include "configVariableBool.h"
#include "configVariableEnum.h"
#include "configVariableDouble.h"
#include "configVariableInt.h"
Go to the source code of this file.
Macros | |
#define | egg_false_color (egg_show_tstrips | egg_show_qsheets | egg_show_quads) |
Functions | |
EXPCL_PANDA_EGG void | init_libegg () |
Initializes the library. More... | |
NotifyCategoryDecl (egg, EXPCL_PANDA_EGG, EXPTP_PANDA_EGG) | |
Variables | |
EXPCL_PANDA_EGG ConfigVariableBool | egg_consider_fans |
EXPCL_PANDA_EGG ConfigVariableDouble | egg_coplanar_threshold |
EXPCL_PANDA_EGG ConfigVariableDouble | egg_max_tfan_angle |
EXPCL_PANDA_EGG ConfigVariableBool | egg_mesh |
EXPCL_PANDA_EGG ConfigVariableInt | egg_min_tfan_tris |
EXPCL_PANDA_EGG ConfigVariableInt | egg_precision |
EXPCL_PANDA_EGG ConfigVariableInt | egg_recursion_limit |
EXPCL_PANDA_EGG ConfigVariableBool | egg_retesselate_coplanar |
EXPCL_PANDA_EGG ConfigVariableBool | egg_show_qsheets |
EXPCL_PANDA_EGG ConfigVariableBool | egg_show_quads |
EXPCL_PANDA_EGG ConfigVariableBool | egg_show_tstrips |
EXPCL_PANDA_EGG ConfigVariableBool | egg_subdivide_polys |
ConfigVariableBool | egg_support_old_anims |
EXPCL_PANDA_EGG ConfigVariableInt | egg_test_vref_integrity |
EXPCL_PANDA_EGG ConfigVariableBool | egg_unroll_fans |
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."
Definition in file config_egg.h.
EXPCL_PANDA_EGG void init_libegg | ( | ) |
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 179 of file config_egg.cxx.
Referenced by init_libpandaegg().