|
Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "lodNode.h"#include "fadeLodNode.h"#include "cullTraverserData.h"#include "cullTraverser.h"#include "config_pgraphnodes.h"#include "geomVertexData.h"#include "geomVertexWriter.h"#include "geomVertexFormat.h"#include "geomTristrips.h"#include "mathNumbers.h"#include "geom.h"#include "geomNode.h"#include "transformState.h"#include "material.h"#include "materialAttrib.h"#include "materialPool.h"#include "renderState.h"#include "cullFaceAttrib.h"#include "textureAttrib.h"#include "boundingSphere.h"#include "geometricBoundingVolume.h"#include "look_at.h"#include "nodePath.h"#include "shaderAttrib.h"#include "colorAttrib.h"#include "clipPlaneAttrib.h"Go to the source code of this file.
Functions | |
| CPT (TransformState) LODNode | |
| Returns the relative transform to convert from the LODNode space to the camera space. | |
| PT (LODNode) LODNode | |
| Creates a new LODNode of the type specified by the default-lod-type config variable. | |
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 lodNode.cxx.
| CPT | ( | TransformState | ) |
Returns the relative transform to convert from the LODNode space to the camera space.
Definition at line 461 of file lodNode.cxx.
References SceneSetup::get_camera_node(), Camera::get_cull_center, Camera::get_lod_center, CullTraverser::get_scene(), and NodePath::is_empty().
| PT | ( | LODNode | ) |
Creates a new LODNode of the type specified by the default-lod-type config variable.
Definition at line 47 of file lodNode.cxx.