Panda3D
config_pgraphnodes.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_pgraphnodes.h
10  * @author drose
11  * @date 2008-11-05
12  */
13 
14 #ifndef CONFIG_PGRAPHNODES_H
15 #define CONFIG_PGRAPHNODES_H
16 
17 #include "pandabase.h"
18 #include "notifyCategoryProxy.h"
19 #include "dconfig.h"
20 #include "configVariableBool.h"
21 #include "configVariableEnum.h"
22 #include "configVariableDouble.h"
23 #include "configVariableInt.h"
24 #include "configVariableString.h"
25 #include "lodNodeType.h"
26 
27 class DSearchPath;
28 
29 ConfigureDecl(config_pgraphnodes, EXPCL_PANDA_PGRAPHNODES, EXPTP_PANDA_PGRAPHNODES);
30 NotifyCategoryDecl(pgraphnodes, EXPCL_PANDA_PGRAPHNODES, EXPTP_PANDA_PGRAPHNODES);
31 
32 extern ConfigVariableEnum<LODNodeType> default_lod_type;
33 extern ConfigVariableBool support_fade_lod;
34 extern ConfigVariableDouble lod_fade_time;
35 extern ConfigVariableString lod_fade_bin_name;
36 extern ConfigVariableInt lod_fade_bin_draw_order;
37 extern ConfigVariableInt lod_fade_state_override;
38 extern ConfigVariableBool verify_lods;
39 
40 extern ConfigVariableInt parallax_mapping_samples;
41 extern ConfigVariableDouble parallax_mapping_scale;
42 
43 extern EXPCL_PANDA_PGRAPHNODES void init_libpgraphnodes();
44 
45 #endif
ConfigVariableBool
This is a convenience class to specialize ConfigVariable as a boolean type.
Definition: configVariableBool.h:23
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
init_libpgraphnodes
EXPCL_PANDA_PGRAPHNODES void init_libpgraphnodes()
Initializes the library.
Definition: config_pgraphnodes.cxx:109
configVariableDouble.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
ConfigVariableEnum
This class specializes ConfigVariable as an enumerated type.
Definition: configVariableEnum.h:31
notifyCategoryProxy.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableEnum.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableInt.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
DSearchPath
This class stores a list of directories that can be searched, in order, to locate a particular file.
Definition: dSearchPath.h:28
configVariableBool.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
dconfig.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
lodNodeType.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
ConfigVariableDouble
This is a convenience class to specialize ConfigVariable as a floating- point type.
Definition: configVariableDouble.h:24
configVariableString.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
ConfigVariableInt
This is a convenience class to specialize ConfigVariable as an integer type.
Definition: configVariableInt.h:24
ConfigVariableString
This is a convenience class to specialize ConfigVariable as a string type.
Definition: configVariableString.h:23