Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

config_egg2pg.cxx File Reference

#include "config_egg2pg.h"
#include "dconfig.h"
#include "get_config_path.h"
#include "loaderFileTypeEgg.h"
#include "loaderFileTypeRegistry.h"

Go to the source code of this file.

Functions

 ConfigureDef (config_egg2pg)
 NotifyCategoryDef (egg2pg,"")
 ConfigureFn (config_egg2pg)
void init_libegg2pg ()

Variables

bool egg_mesh = config_egg2pg.GetBool("egg-mesh", true)
bool egg_retesselate_coplanar = config_egg2pg.GetBool("egg-retesselate-coplanar", true)
bool egg_unroll_fans = config_egg2pg.GetBool("egg-unroll-fans", true)
bool egg_show_tstrips = config_egg2pg.GetBool("egg-show-tstrips", false)
bool egg_show_qsheets = config_egg2pg.GetBool("egg-show-qsheets", false)
bool egg_show_quads = config_egg2pg.GetBool("egg-show-quads", false)
bool egg_false_color = (egg_show_tstrips | egg_show_qsheets | egg_show_quads)
bool egg_show_normals = config_egg2pg.GetBool("egg-show-normals", false)
double egg_normal_scale = config_egg2pg.GetDouble("egg-normal-scale", 1.0)
bool egg_subdivide_polys = config_egg2pg.GetBool("egg-subdivide-polys", true)
bool egg_consider_fans = config_egg2pg.GetBool("egg-consider-fans", true)
double egg_max_tfan_angle = config_egg2pg.GetDouble("egg-max-tfan-angle", 40.0)
int egg_min_tfan_tris = config_egg2pg.GetInt("egg-min-tfan-tris", 4)
double egg_coplanar_threshold = config_egg2pg.GetDouble("egg-coplanar-threshold", 0.01)
bool egg_ignore_mipmaps = config_egg2pg.GetBool("egg-ignore-mipmaps", false)
bool egg_ignore_filters = config_egg2pg.GetBool("egg-ignore-filters", false)
bool egg_ignore_clamp = config_egg2pg.GetBool("egg-ignore-clamp", false)
bool egg_always_decal_textures = config_egg2pg.GetBool("egg-always-decal-textures", false)
bool egg_ignore_decals = config_egg2pg.GetBool("egg-ignore-decals", false)
bool egg_flatten = config_egg2pg.GetBool("egg-flatten", true)
bool egg_flatten_siblings = config_egg2pg.GetBool("egg-flatten-siblings", false)
bool egg_show_collision_solids = config_egg2pg.GetBool("egg-show-collision-solids", false)
bool egg_load_classic_nurbs_curves = config_egg2pg.GetBool("egg-load-classic-nurbs-curves", false)
bool egg_accept_errors = config_egg2pg.GetBool("egg-accept-errors", true)
CoordinateSystem egg_coordinate_system = CS_invalid
EggRenderMode::AlphaMode egg_alpha_mode = EggRenderMode::AM_unspecified


Function Documentation

ConfigureDef config_egg2pg   ) 
 

ConfigureFn config_egg2pg   ) 
 

Definition at line 71 of file config_egg2pg.cxx.

References init_libegg2pg().

void init_libegg2pg  ) 
 

Definition at line 84 of file config_egg2pg.cxx.

References EggRenderMode::AlphaMode, EggRenderMode::AM_on, EggRenderMode::AM_unspecified, CoordinateSystem, cs, CS_default, CS_invalid, default_coordinate_system, egg_alpha_mode, egg_coordinate_system, LoaderFileTypeRegistry::get_ptr(), LoaderFileTypeEgg::init_type(), parse_coordinate_system_string(), LoaderFileTypeRegistry::register_type(), and EggRenderMode::string_alpha_mode().

Referenced by ConfigureFn(), and init_libpandaegg().

NotifyCategoryDef egg2pg  ,
"" 
 


Variable Documentation

bool egg_accept_errors = config_egg2pg.GetBool("egg-accept-errors", true)
 

Definition at line 66 of file config_egg2pg.cxx.

Referenced by PT().

EggRenderMode::AlphaMode egg_alpha_mode = EggRenderMode::AM_unspecified
 

Definition at line 69 of file config_egg2pg.cxx.

Referenced by init_libegg2pg(), and EggLoader::setup_bucket().

bool egg_always_decal_textures = config_egg2pg.GetBool("egg-always-decal-textures", false)
 

Definition at line 46 of file config_egg2pg.cxx.

bool egg_consider_fans = config_egg2pg.GetBool("egg-consider-fans", true)
 

Definition at line 39 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

CoordinateSystem egg_coordinate_system = CS_invalid
 

Definition at line 68 of file config_egg2pg.cxx.

Referenced by EggLoader::EggLoader(), and init_libegg2pg().

double egg_coplanar_threshold = config_egg2pg.GetDouble("egg-coplanar-threshold", 0.01)
 

Definition at line 42 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

bool egg_false_color = (egg_show_tstrips | egg_show_qsheets | egg_show_quads)
 

Definition at line 35 of file config_egg2pg.cxx.

Referenced by EggLoader::make_indexed_primitive(), and EggLoader::make_nonindexed_primitive().

bool egg_flatten = config_egg2pg.GetBool("egg-flatten", true)
 

Definition at line 48 of file config_egg2pg.cxx.

Referenced by PT().

bool egg_flatten_siblings = config_egg2pg.GetBool("egg-flatten-siblings", false)
 

Definition at line 51 of file config_egg2pg.cxx.

Referenced by PT().

bool egg_ignore_clamp = config_egg2pg.GetBool("egg-ignore-clamp", false)
 

Definition at line 45 of file config_egg2pg.cxx.

bool egg_ignore_decals = config_egg2pg.GetBool("egg-ignore-decals", false)
 

Definition at line 47 of file config_egg2pg.cxx.

bool egg_ignore_filters = config_egg2pg.GetBool("egg-ignore-filters", false)
 

Definition at line 44 of file config_egg2pg.cxx.

bool egg_ignore_mipmaps = config_egg2pg.GetBool("egg-ignore-mipmaps", false)
 

Definition at line 43 of file config_egg2pg.cxx.

bool egg_load_classic_nurbs_curves = config_egg2pg.GetBool("egg-load-classic-nurbs-curves", false)
 

Definition at line 60 of file config_egg2pg.cxx.

double egg_max_tfan_angle = config_egg2pg.GetDouble("egg-max-tfan-angle", 40.0)
 

Definition at line 40 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

bool egg_mesh = config_egg2pg.GetBool("egg-mesh", true)
 

Definition at line 29 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

int egg_min_tfan_tris = config_egg2pg.GetInt("egg-min-tfan-tris", 4)
 

Definition at line 41 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

double egg_normal_scale = config_egg2pg.GetDouble("egg-normal-scale", 1.0)
 

Definition at line 37 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

bool egg_retesselate_coplanar = config_egg2pg.GetBool("egg-retesselate-coplanar", true)
 

Definition at line 30 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

bool egg_show_collision_solids = config_egg2pg.GetBool("egg-show-collision-solids", false)
 

Definition at line 53 of file config_egg2pg.cxx.

Referenced by EggLoader::make_node().

bool egg_show_normals = config_egg2pg.GetBool("egg-show-normals", false)
 

Definition at line 36 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

bool egg_show_qsheets = config_egg2pg.GetBool("egg-show-qsheets", false)
 

Definition at line 33 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

bool egg_show_quads = config_egg2pg.GetBool("egg-show-quads", false)
 

Definition at line 34 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

bool egg_show_tstrips = config_egg2pg.GetBool("egg-show-tstrips", false)
 

Definition at line 32 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

bool egg_subdivide_polys = config_egg2pg.GetBool("egg-subdivide-polys", true)
 

Definition at line 38 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().

bool egg_unroll_fans = config_egg2pg.GetBool("egg-unroll-fans", true)
 

Definition at line 31 of file config_egg2pg.cxx.

Referenced by EggLoader::setup_bucket().


Generated on Fri Apr 18 00:10:31 2003 for Panda by doxygen1.3