Panda3D
Loading...
Searching...
No Matches
config_egg.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_egg.h
10 * @author drose
11 * @date 2000-03-19
12 */
13
14#ifndef CONFIG_EGG_H
15#define CONFIG_EGG_H
16
17#include "pandabase.h"
18#include "notifyCategoryProxy.h"
20#include "configVariableBool.h"
21#include "configVariableEnum.h"
23#include "configVariableInt.h"
24
25NotifyCategoryDecl(egg, EXPCL_PANDA_EGG, EXPTP_PANDA_EGG);
26
27extern ConfigVariableBool egg_support_old_anims;
28
29extern EXPCL_PANDA_EGG ConfigVariableBool egg_mesh;
30extern EXPCL_PANDA_EGG ConfigVariableBool egg_retesselate_coplanar;
31extern EXPCL_PANDA_EGG ConfigVariableBool egg_unroll_fans;
32extern EXPCL_PANDA_EGG ConfigVariableBool egg_show_tstrips;
33extern EXPCL_PANDA_EGG ConfigVariableBool egg_show_qsheets;
34extern EXPCL_PANDA_EGG ConfigVariableBool egg_show_quads;
35#define egg_false_color (egg_show_tstrips | egg_show_qsheets | egg_show_quads)
36extern EXPCL_PANDA_EGG ConfigVariableBool egg_subdivide_polys;
37extern EXPCL_PANDA_EGG ConfigVariableBool egg_consider_fans;
38extern EXPCL_PANDA_EGG ConfigVariableDouble egg_max_tfan_angle;
39extern EXPCL_PANDA_EGG ConfigVariableInt egg_min_tfan_tris;
40extern EXPCL_PANDA_EGG ConfigVariableDouble egg_coplanar_threshold;
41extern EXPCL_PANDA_EGG ConfigVariableInt egg_test_vref_integrity;
42extern EXPCL_PANDA_EGG ConfigVariableInt egg_recursion_limit;
43extern EXPCL_PANDA_EGG ConfigVariableInt egg_precision;
44
45extern EXPCL_PANDA_EGG void init_libegg();
46
47#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 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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDA_EGG void init_libegg()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.