Panda3D
Functions | Variables
config_grutil.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "configVariableDouble.h"
#include "configVariableString.h"
#include "configVariableInt.h"
#include "configVariableBool.h"

Go to the source code of this file.

Functions

EXPCL_PANDA_GRUTIL void init_libgrutil ()
 Initializes the library. More...
 
 NotifyCategoryDecl (grutil, EXPCL_PANDA_GRUTIL, EXPTP_PANDA_GRUTIL)
 

Variables

ConfigVariableDouble ae_undershift_factor_16
 
ConfigVariableDouble ae_undershift_factor_32
 
ConfigVariableInt frame_rate_meter_layer_sort
 
ConfigVariableBool frame_rate_meter_milliseconds
 
ConfigVariableString frame_rate_meter_ms_text_pattern
 
ConfigVariableDouble frame_rate_meter_scale
 
ConfigVariableDouble frame_rate_meter_side_margins
 
ConfigVariableString frame_rate_meter_text_pattern
 
ConfigVariableDouble frame_rate_meter_update_interval
 
ConfigVariableBool movies_sync_pages
 
ConfigVariableInt pfm_vis_max_indices
 
ConfigVariableInt pfm_vis_max_vertices
 
ConfigVariableInt scene_graph_analyzer_meter_layer_sort
 
ConfigVariableDouble scene_graph_analyzer_meter_scale
 
ConfigVariableDouble scene_graph_analyzer_meter_side_margins
 
ConfigVariableDouble scene_graph_analyzer_meter_update_interval
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2000-05-24

Definition in file config_grutil.h.

Function Documentation

◆ init_libgrutil()

EXPCL_PANDA_GRUTIL void init_libgrutil ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 116 of file config_grutil.cxx.

References TexturePool::get_global_ptr(), and TexturePool::register_texture_type().