PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"
#include "coordinateSystem.h"
#include "eggRenderMode.h"
#include "notifyCategoryProxy.h"
#include "configVariableBool.h"
#include "configVariableDouble.h"
#include "configVariableEnum.h"
#include "configVariableInt.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
ConfigureDecl (config_egg2pg, EXPCL_PANDA_EGG2PG, EXPTP_PANDA_EGG2PG) | |
EXPCL_PANDA_EGG2PG void | init_libegg2pg () |
Initializes the library. More... | |
NotifyCategoryDecl (egg2pg, EXPCL_PANDA_EGG2PG, EXPTP_PANDA_EGG2PG) | |
Variables | |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_accept_errors |
EXPCL_PANDA_EGG2PG ConfigVariableEnum< EggRenderMode::AlphaMode > | egg_alpha_mode |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_combine_geoms |
EXPCL_PANDA_EGG2PG ConfigVariableEnum< CoordinateSystem > | egg_coordinate_system |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_emulate_bface |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_flat_colors |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_flat_shading |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_flatten |
EXPCL_PANDA_EGG2PG ConfigVariableDouble | egg_flatten_radius |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_ignore_clamp |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_ignore_decals |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_ignore_filters |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_ignore_mipmaps |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_implicit_alpha_binary |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_load_classic_nurbs_curves |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_load_old_curves |
EXPCL_PANDA_EGG2PG ConfigVariableInt | egg_max_indices |
EXPCL_PANDA_EGG2PG ConfigVariableInt | egg_max_vertices |
EXPCL_PANDA_EGG2PG ConfigVariableDouble | egg_normal_scale |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_preload_simple_textures |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_rigid_geometry |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_show_normals |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_suppress_hidden |
EXPCL_PANDA_EGG2PG ConfigVariableBool | egg_unify |
EXPCL_PANDA_EGG2PG ConfigVariableInt | egg_vertex_max_num_joints |
EXPCL_PANDA_EGG2PG ConfigVariableDouble | egg_vertex_membership_quantize |
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_egg2pg.h.
EXPCL_PANDA_EGG2PG void init_libegg2pg | ( | ) |
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 208 of file config_egg2pg.cxx.
References LoaderFileTypeRegistry::get_global_ptr(), ConfigVariableManager::make_variable_template(), and LoaderFileTypeRegistry::register_type().
Referenced by init_libpandaegg().