#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 () |
Initializes the library. | |
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 in file config_pgraph.cxx.
|
|
|
Definition at line 92 of file config_pgraph.cxx. References fake_view_frustum_cull. |
|
Definition at line 142 of file config_pgraph.cxx. |
|
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 163 of file config_pgraph.cxx. |
|
|
|
|
|
Definition at line 137 of file config_pgraph.cxx. |
|
Definition at line 120 of file config_pgraph.cxx. |
|
Definition at line 114 of file config_pgraph.cxx. |
|
Definition at line 99 of file config_pgraph.cxx. Referenced by ConfigureFn(), and CullTraverserData::is_in_view_impl(). |
|
Definition at line 139 of file config_pgraph.cxx. Referenced by Loader::check_load(). |
|
Definition at line 124 of file config_pgraph.cxx. |
|
Definition at line 130 of file config_pgraph.cxx. |
|
Definition at line 126 of file config_pgraph.cxx. Referenced by CullResult::add_object(). |
|
Definition at line 128 of file config_pgraph.cxx. |
|
Definition at line 109 of file config_pgraph.cxx. |
|
Definition at line 104 of file config_pgraph.cxx. |