Panda3D
Functions | Variables
config_pgraph.h File Reference

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

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

Go to the source code of this file.

Functions

 ConfigureDecl (config_pgraph, EXPCL_PANDA_PGRAPH, EXPTP_PANDA_PGRAPH)
 
EXPCL_PANDA_PGRAPH void init_libpgraph ()
 Initializes the library. More...
 
 NotifyCategoryDecl (pgraph, EXPCL_PANDA_PGRAPH, EXPTP_PANDA_PGRAPH)
 
 NotifyCategoryDecl (loader, EXPCL_PANDA_PGRAPH, EXPTP_PANDA_PGRAPH)
 
 NotifyCategoryDecl (portal, EXPCL_PANDA_PGRAPH, EXPTP_PANDA_PGRAPH)
 

Variables

ConfigVariableBool allow_live_flatten
 
ConfigVariableBool allow_portal_cull
 
ConfigVariableBool allow_unrelated_wrt
 
ConfigVariableBool auto_break_cycles
 
ConfigVariableBool clip_plane_cull
 
ConfigVariableBool compose_componentwise
 
ConfigVariableBool debug_portal_cull
 
ConfigVariableString default_model_extension
 
ConfigVariableBool depth_offset_decals
 
ConfigVariableBool detect_graph_cycles
 
ConfigVariableBool fake_view_frustum_cull
 
ConfigVariableBool flatten_geoms
 
EXPCL_PANDA_PGRAPH ConfigVariableBool garbage_collect_states
 
ConfigVariableDouble garbage_collect_states_rate
 
ConfigVariableList load_file_type
 
ConfigVariableBool m_dual
 
ConfigVariableBool m_dual_flash
 
ConfigVariableBool m_dual_opaque
 
ConfigVariableBool m_dual_transparent
 
ConfigVariableInt max_collect_indices
 
ConfigVariableInt max_collect_vertices
 
EXPCL_PANDA_PGRAPH ConfigVariableInt max_lenses
 
ConfigVariableBool no_unsupported_copy
 
ConfigVariableBool paranoid_compose
 
ConfigVariableBool paranoid_const
 
ConfigVariableBool polylight_info
 
EXPCL_PANDA_PGRAPH ConfigVariableBool premunge_data
 
ConfigVariableBool preserve_geom_nodes
 
ConfigVariableBool retransform_sprites
 
ConfigVariableBool show_occluder_volumes
 
ConfigVariableBool show_transparency
 
ConfigVariableBool show_vertex_animation
 
ConfigVariableBool state_cache
 
ConfigVariableBool transform_cache
 
ConfigVariableBool unambiguous_graph
 
ConfigVariableBool uniquify_attribs
 
EXPCL_PANDA_PGRAPH ConfigVariableBool uniquify_states
 
ConfigVariableBool uniquify_transforms
 

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
2002-02-21

Definition in file config_pgraph.h.

Function Documentation

◆ init_libpgraph()

EXPCL_PANDA_PGRAPH void init_libpgraph ( )

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 383 of file config_pgraph.cxx.

References LoaderFileTypeRegistry::get_global_ptr(), RenderAttrib::init_attribs(), RenderEffects::init_states(), RenderState::init_states(), LoaderFileTypeRegistry::register_type(), DecalEffect::register_with_read_factory(), ParamNodePath::register_with_read_factory(), ShowBoundsEffect::register_with_read_factory(), DepthTestAttrib::register_with_read_factory(), FogAttrib::register_with_read_factory(), MaterialAttrib::register_with_read_factory(), CullBinAttrib::register_with_read_factory(), AlphaTestAttrib::register_with_read_factory(), ColorWriteAttrib::register_with_read_factory(), ModelRoot::register_with_read_factory(), DepthWriteAttrib::register_with_read_factory(), ModelNode::register_with_read_factory(), LensNode::register_with_read_factory(), ColorAttrib::register_with_read_factory(), TransparencyAttrib::register_with_read_factory(), RescaleNormalAttrib::register_with_read_factory(), ColorScaleAttrib::register_with_read_factory(), LightRampAttrib::register_with_read_factory(), LogicOpAttrib::register_with_read_factory(), OccluderNode::register_with_read_factory(), CompassEffect::register_with_read_factory(), AuxBitplaneAttrib::register_with_read_factory(), Fog::register_with_read_factory(), PlaneNode::register_with_read_factory(), TexGenAttrib::register_with_read_factory(), PolylightNode::register_with_read_factory(), Camera::register_with_read_factory(), PortalNode::register_with_read_factory(), ClipPlaneAttrib::register_with_read_factory(), ColorBlendAttrib::register_with_read_factory(), LightAttrib::register_with_read_factory(), RenderEffects::register_with_read_factory(), GeomNode::register_with_read_factory(), RenderState::register_with_read_factory(), and PandaNode::register_with_read_factory().

Referenced by init_libpanda().