PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "lens.h"#include "throw_event.h"#include "compose_matrix.h"#include "look_at.h"#include "geom.h"#include "geomLinestrips.h"#include "geomVertexWriter.h"#include "boundingHexahedron.h"#include "indent.h"#include "config_gobj.h"#include "plane.h"Go to the source code of this file.
Functions | |
| PT (Geom) Lens | |
| Allocates and returns a new Geom that can be rendered to show a visible representation of the frustum used for this kind of lens, if it makes sense to do so. More... | |
| PT (BoundingVolume) Lens | |
| Allocates and returns a new BoundingVolume that encloses the frustum used for this kind of lens, if possible. 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 lens.cxx.
| PT | ( | Geom | ) |
| PT | ( | BoundingVolume | ) |
Allocates and returns a new BoundingVolume that encloses the frustum used for this kind of lens, if possible.
If a suitable bounding volume cannot be created, returns NULL.
1.8.15