Panda3D
Loading...
Searching...
No Matches
config_egg2pg.h
Go to the documentation of this file.
1/**
2 * PANDA 3D SOFTWARE
3 * Copyright (c) Carnegie Mellon University. All rights reserved.
4 *
5 * All use of this software is subject to the terms of the revised BSD
6 * license. You should have received a copy of this license along
7 * with this source code in a file named "LICENSE."
8 *
9 * @file config_egg2pg.h
10 * @author drose
11 * @date 2002-02-26
12 */
13
14#ifndef CONFIG_EGG2PG_H
15#define CONFIG_EGG2PG_H
16
17#include "pandabase.h"
18
19#include "coordinateSystem.h"
20#include "eggRenderMode.h"
21#include "notifyCategoryProxy.h"
22#include "configVariableBool.h"
24#include "configVariableEnum.h"
25#include "configVariableInt.h"
26#include "dconfig.h"
27
28ConfigureDecl(config_egg2pg, EXPCL_PANDA_EGG2PG, EXPTP_PANDA_EGG2PG);
29NotifyCategoryDecl(egg2pg, EXPCL_PANDA_EGG2PG, EXPTP_PANDA_EGG2PG);
30
31extern EXPCL_PANDA_EGG2PG ConfigVariableDouble egg_normal_scale;
32extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_show_normals;
33extern EXPCL_PANDA_EGG2PG ConfigVariableEnum<CoordinateSystem> egg_coordinate_system;
34extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_ignore_mipmaps;
35extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_ignore_filters;
36extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_ignore_clamp;
37extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_ignore_decals;
38extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_flatten;
39extern EXPCL_PANDA_EGG2PG ConfigVariableDouble egg_flatten_radius;
40extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_unify;
41extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_combine_geoms;
42extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_rigid_geometry;
43extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_flat_shading;
44extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_flat_colors;
45extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_load_old_curves;
46extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_load_classic_nurbs_curves;
47extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_accept_errors;
48extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_suppress_hidden;
49extern EXPCL_PANDA_EGG2PG ConfigVariableEnum<EggRenderMode::AlphaMode> egg_alpha_mode;
50extern EXPCL_PANDA_EGG2PG ConfigVariableInt egg_max_vertices;
51extern EXPCL_PANDA_EGG2PG ConfigVariableInt egg_max_indices;
52extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_emulate_bface;
53extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_preload_simple_textures;
54extern EXPCL_PANDA_EGG2PG ConfigVariableDouble egg_vertex_membership_quantize;
55extern EXPCL_PANDA_EGG2PG ConfigVariableInt egg_vertex_max_num_joints;
56extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_implicit_alpha_binary;
57extern EXPCL_PANDA_EGG2PG ConfigVariableBool egg_force_srgb_textures;
58
59extern EXPCL_PANDA_EGG2PG void init_libegg2pg();
60
61#endif
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as a floating- point type.
This class specializes ConfigVariable as an enumerated type.
This is a convenience class to specialize ConfigVariable as an integer type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDA_EGG2PG void init_libegg2pg()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.