PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "occluderNode.h"#include "geomNode.h"#include "cullTraverserData.h"#include "cullTraverser.h"#include "renderState.h"#include "plane.h"#include "pnmImage.h"#include "textureAttrib.h"#include "colorAttrib.h"#include "depthOffsetAttrib.h"#include "cullFaceAttrib.h"#include "transparencyAttrib.h"#include "transformState.h"#include "cullableObject.h"#include "cullHandler.h"#include "boundingSphere.h"#include "geomVertexData.h"#include "geomTriangles.h"#include "geomLinestrips.h"#include "geomVertexWriter.h"#include "geom.h"#include "datagram.h"#include "datagramIterator.h"#include "bamReader.h"#include "bamWriter.h"Go to the source code of this file.
Functions | |
| CPT (RenderState) OccluderNode | |
| Returns the RenderState to apply to the visualization. More... | |
| PT (Geom) OccluderNode | |
| Returns a Geom that represents the visualization of the OccluderNode, as seen from the front. More... | |
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."
Definition in file occluderNode.cxx.
| CPT | ( | RenderState | ) |
Returns the RenderState to apply to the visualization.
Returns the RenderState to apply to the frame.
Definition at line 271 of file occluderNode.cxx.
| PT | ( | Geom | ) |
Returns a Geom that represents the visualization of the OccluderNode, as seen from the front.
Definition at line 211 of file occluderNode.cxx.
1.8.15