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

panda/src/egg2pg/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 ()
 Initializes the library.


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


Detailed Description

Definition in file config_egg2pg.cxx.


Function Documentation

ConfigureDef config_egg2pg   ) 
 

ConfigureFn config_egg2pg   ) 
 

Definition at line 74 of file config_egg2pg.cxx.

References CoordinateSystem, cs, and parse_coordinate_system_string().

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 94 of file config_egg2pg.cxx.

References cs, CS_default, and CS_invalid.

NotifyCategoryDef egg2pg  ,
"" 
 


Variable Documentation

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

Definition at line 69 of file config_egg2pg.cxx.

Referenced by load_from_loader().

EggRenderMode::AlphaMode egg_alpha_mode = EggRenderMode::AM_unspecified
 

Definition at line 72 of file config_egg2pg.cxx.

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

Definition at line 49 of file config_egg2pg.cxx.

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

Definition at line 42 of file config_egg2pg.cxx.

CoordinateSystem egg_coordinate_system = CS_invalid
 

Definition at line 71 of file config_egg2pg.cxx.

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

Definition at line 45 of file config_egg2pg.cxx.

bool egg_false_color = (egg_show_tstrips | egg_show_qsheets | egg_show_quads)
 

Definition at line 38 of file config_egg2pg.cxx.

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

Definition at line 51 of file config_egg2pg.cxx.

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

Definition at line 54 of file config_egg2pg.cxx.

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

Definition at line 48 of file config_egg2pg.cxx.

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

Definition at line 50 of file config_egg2pg.cxx.

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

Definition at line 47 of file config_egg2pg.cxx.

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

Definition at line 46 of file config_egg2pg.cxx.

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

Definition at line 63 of file config_egg2pg.cxx.

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

Definition at line 43 of file config_egg2pg.cxx.

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

Definition at line 32 of file config_egg2pg.cxx.

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

Definition at line 44 of file config_egg2pg.cxx.

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

Definition at line 40 of file config_egg2pg.cxx.

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

Definition at line 33 of file config_egg2pg.cxx.

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

Definition at line 56 of file config_egg2pg.cxx.

Referenced by EggLoader::make_node().

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

Definition at line 39 of file config_egg2pg.cxx.

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

Definition at line 36 of file config_egg2pg.cxx.

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

Definition at line 37 of file config_egg2pg.cxx.

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

Definition at line 35 of file config_egg2pg.cxx.

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

Definition at line 41 of file config_egg2pg.cxx.

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

Definition at line 34 of file config_egg2pg.cxx.


Generated on Fri May 2 00:45:29 2003 for Panda by doxygen1.3