Panda3D
config_grutil.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_grutil.h
10  * @author drose
11  * @date 2000-05-24
12  */
13 
14 #ifndef CONFIG_GRUTIL_H
15 #define CONFIG_GRUTIL_H
16 
17 #include "pandabase.h"
18 #include "notifyCategoryProxy.h"
19 #include "configVariableDouble.h"
20 #include "configVariableString.h"
21 #include "configVariableInt.h"
22 #include "configVariableBool.h"
23 
24 NotifyCategoryDecl(grutil, EXPCL_PANDA_GRUTIL, EXPTP_PANDA_GRUTIL);
25 
26 extern ConfigVariableBool frame_rate_meter_milliseconds;
27 extern ConfigVariableDouble frame_rate_meter_update_interval;
28 extern ConfigVariableString frame_rate_meter_text_pattern;
29 extern ConfigVariableString frame_rate_meter_ms_text_pattern;
30 extern ConfigVariableInt frame_rate_meter_layer_sort;
31 extern ConfigVariableDouble frame_rate_meter_scale;
32 extern ConfigVariableDouble frame_rate_meter_side_margins;
33 
34 extern ConfigVariableDouble scene_graph_analyzer_meter_update_interval;
35 extern ConfigVariableInt scene_graph_analyzer_meter_layer_sort;
36 extern ConfigVariableDouble scene_graph_analyzer_meter_scale;
37 extern ConfigVariableDouble scene_graph_analyzer_meter_side_margins;
38 
39 extern ConfigVariableBool movies_sync_pages;
40 
41 extern ConfigVariableInt pfm_vis_max_vertices;
42 extern ConfigVariableInt pfm_vis_max_indices;
43 
44 extern ConfigVariableDouble ae_undershift_factor_16;
45 extern ConfigVariableDouble ae_undershift_factor_32;
46 
47 extern EXPCL_PANDA_GRUTIL void init_libgrutil();
48 
49 #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.
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDA_GRUTIL void init_libgrutil()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.