#include "config_pgraph.h"
#include "alphaTestAttrib.h"
#include "ambientLight.h"
#include "billboardEffect.h"
#include "camera.h"
#include "clipPlaneAttrib.h"
#include "colorAttrib.h"
#include "colorBlendAttrib.h"
#include "colorScaleAttrib.h"
#include "colorWriteAttrib.h"
#include "compassEffect.h"
#include "cullFaceAttrib.h"
#include "cullBin.h"
#include "cullBinAttrib.h"
#include "cullBinBackToFront.h"
#include "cullBinFixed.h"
#include "cullBinFrontToBack.h"
#include "cullBinUnsorted.h"
#include "cullTraverser.h"
#include "cullableObject.h"
#include "decalEffect.h"
#include "depthOffsetAttrib.h"
#include "depthTestAttrib.h"
#include "depthWriteAttrib.h"
#include "directionalLight.h"
#include "fog.h"
#include "fogAttrib.h"
#include "geomNode.h"
#include "lensNode.h"
#include "light.h"
#include "lightAttrib.h"
#include "lightLensNode.h"
#include "lightNode.h"
#include "loaderFileType.h"
#include "loaderFileTypeBam.h"
#include "loaderFileTypeRegistry.h"
#include "lodNode.h"
#include "materialAttrib.h"
#include "modelNode.h"
#include "modelRoot.h"
#include "nodePath.h"
#include "nodePathComponent.h"
#include "pandaNode.h"
#include "planeNode.h"
#include "pointLight.h"
#include "renderAttrib.h"
#include "renderEffect.h"
#include "renderEffects.h"
#include "renderModeAttrib.h"
#include "renderState.h"
#include "selectiveChildNode.h"
#include "sequenceNode.h"
#include "showBoundsEffect.h"
#include "spotlight.h"
#include "switchNode.h"
#include "texMatrixAttrib.h"
#include "textureApplyAttrib.h"
#include "textureAttrib.h"
#include "transformState.h"
#include "transparencyAttrib.h"
#include "nodePathLerps.h"
#include "get_config_path.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
ConfigureDef (config_pgraph) | |
NotifyCategoryDef (pgraph,"") | |
NotifyCategoryDef (loader,"") | |
ConfigureFn (config_pgraph) | |
const DSearchPath & | get_bam_path () |
void | init_libpgraph () |
Variables | |
const bool | fake_view_frustum_cull = config_pgraph.GetBool("fake-view-frustum-cull", false) |
const bool | unambiguous_graph = config_pgraph.GetBool("unambiguous-graph", false) |
const bool | paranoid_compose = config_pgraph.GetBool("paranoid-compose", false) |
const bool | compose_componentwise = config_pgraph.GetBool("compose-componentwise", true) |
const bool | bams_componentwise = config_pgraph.GetBool("bams-componentwise", false) |
const bool | m_dual = config_pgraph.GetBool("m-dual", true) |
const bool | m_dual_opaque = config_pgraph.GetBool("m-dual-opaque", true) |
const bool | m_dual_transparent = config_pgraph.GetBool("m-dual-transparent", true) |
const bool | m_dual_flash = config_pgraph.GetBool("m-dual-flash", false) |
const bool | asynchronous_loads = config_pgraph.GetBool("asynchronous-loads", false) |
Config::ConfigTable::Symbol * | load_file_type = (Config::ConfigTable::Symbol *)NULL |
|
|
|
Definition at line 89 of file config_pgraph.cxx. References init_libpgraph(). |
|
Definition at line 139 of file config_pgraph.cxx. References get_config_path(), and NULL. |
|
|
|
|
|
|
Definition at line 134 of file config_pgraph.cxx. |
|
Definition at line 117 of file config_pgraph.cxx. |
|
Definition at line 111 of file config_pgraph.cxx. |
|
Definition at line 96 of file config_pgraph.cxx. Referenced by CullTraverserData::is_in_view_impl(). |
|
Definition at line 136 of file config_pgraph.cxx. Referenced by init_libpgraph(), and Loader::load_file_types(). |
|
Definition at line 121 of file config_pgraph.cxx. |
|
Definition at line 127 of file config_pgraph.cxx. |
|
Definition at line 123 of file config_pgraph.cxx. Referenced by CullResult::add_object(). |
|
Definition at line 125 of file config_pgraph.cxx. |
|
Definition at line 106 of file config_pgraph.cxx. |
|
Definition at line 101 of file config_pgraph.cxx. |