PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "collisionInvSphere.h"#include "collisionSphere.h"#include "collisionLine.h"#include "collisionRay.h"#include "collisionSegment.h"#include "collisionHandler.h"#include "collisionEntry.h"#include "config_collide.h"#include "omniBoundingVolume.h"#include "datagram.h"#include "datagramIterator.h"#include "bamReader.h"#include "bamWriter.h"#include "nearly_zero.h"#include "geom.h"#include "geomTristrips.h"#include "geomVertexWriter.h"Go to the source code of this file.
Functions | |
| PT (CollisionEntry) CollisionInvSphere | |
| Returns a PStatCollector that is used to count the number of bounding volume tests made against a solid of this type in a given frame. More... | |
| PT (BoundingVolume) CollisionInvSphere | |
| Fills the _viz_geom GeomNode up with Geoms suitable for rendering this solid. 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 collisionInvSphere.cxx.
| PT | ( | CollisionEntry | ) |
Returns a PStatCollector that is used to count the number of bounding volume tests made against a solid of this type in a given frame.
Definition at line 47 of file collisionInvSphere.cxx.
| PT | ( | BoundingVolume | ) |
Fills the _viz_geom GeomNode up with Geoms suitable for rendering this solid.
Definition at line 82 of file collisionInvSphere.cxx.
1.8.15