Panda3D
Functions
cullTraverserData.I File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

Go to the source code of this file.

Functions

 CPT (TransformState) CullTraverserData
 Returns the modelview transform: the relative transform from the camera to the model. 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 cullTraverserData.I.

Function Documentation

◆ CPT()

CPT ( TransformState  )
inline

Returns the modelview transform: the relative transform from the camera to the model.

Returns the internal transform: the modelview transform in the GSG's internal coordinate system. Returns the net transform: the relative transform from root of the scene graph to the current node. Returns true if the current node is within the view frustum, false otherwise. If the node's bounding volume falls completely within the view frustum, this will also reset the view frustum pointer, saving some work for future nodes.

Definition at line 102 of file cullTraverserData.I.