Panda3D
Loading...
Searching...
No Matches
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"
21#include "configVariableInt.h"
22#include "configVariableBool.h"
23
24NotifyCategoryDecl(grutil, EXPCL_PANDA_GRUTIL, EXPTP_PANDA_GRUTIL);
25
26extern ConfigVariableBool frame_rate_meter_milliseconds;
27extern ConfigVariableDouble frame_rate_meter_update_interval;
28extern ConfigVariableString frame_rate_meter_text_pattern;
29extern ConfigVariableString frame_rate_meter_ms_text_pattern;
30extern ConfigVariableInt frame_rate_meter_layer_sort;
31extern ConfigVariableDouble frame_rate_meter_scale;
32extern ConfigVariableDouble frame_rate_meter_side_margins;
33
34extern ConfigVariableDouble scene_graph_analyzer_meter_update_interval;
35extern ConfigVariableInt scene_graph_analyzer_meter_layer_sort;
36extern ConfigVariableDouble scene_graph_analyzer_meter_scale;
37extern ConfigVariableDouble scene_graph_analyzer_meter_side_margins;
38
39extern ConfigVariableBool movies_sync_pages;
40
41extern ConfigVariableInt pfm_vis_max_vertices;
42extern ConfigVariableInt pfm_vis_max_indices;
43
44extern ConfigVariableDouble ae_undershift_factor_16;
45extern ConfigVariableDouble ae_undershift_factor_32;
46
47extern 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.