Panda3D
Functions
lodNode.cxx File Reference

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. More...
 
 PT (LODNode) LODNode
 Creates a new LODNode of the type specified by the default-lod-type config variable. More...
 

Detailed Description

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."

Author
drose
Date
2002-03-06

Definition in file lodNode.cxx.

Function Documentation

◆ CPT()

CPT ( TransformState  )

Returns the relative transform to convert from the LODNode space to the camera space.

Definition at line 461 of file lodNode.cxx.

◆ PT()

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.