Panda3D
Functions
sceneSetup.I File Reference

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

Go to the source code of this file.

Functions

 PT (BoundingVolume) SceneSetup
 Returns the bounding volume that should be used to perform view-frustum culling (in the space of get_cull_center()). 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-27

Definition in file sceneSetup.I.

Function Documentation

◆ PT()

PT ( BoundingVolume  )
inline

Returns the bounding volume that should be used to perform view-frustum culling (in the space of get_cull_center()).

This is normally the current lens' bounding volume, but it may be overridden with Camera::set_cull_bounds(). Sets the initial state which is applied to all nodes in the scene, as if it were set at the top of the scene graph.

Definition at line 175 of file sceneSetup.I.