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
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as a boolean type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDA_PGRAPHNODES void init_libpgraphnodes()
Initializes the library.
This is a convenience class to specialize ConfigVariable as a floating- point type.
This is a convenience class to specialize ConfigVariable as a string 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.
This class specializes ConfigVariable as an enumerated type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as an integer type.
This class stores a list of directories that can be searched, in order, to locate a particular file.
Definition: dSearchPath.h:28
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.