PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "cullBinManager.h"#include "renderState.h"#include "cullResult.h"#include "config_pgraph.h"#include "string_utils.h"#include "configVariableColor.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &out, CullBinManager::BinType bin_type) |
| PT (CullBin) CullBinManager | |
| Intended to be called by CullResult when a new CullBin pointer corresponding to the indicated bin_index is required. 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 cullBinManager.cxx.
| PT | ( | CullBin | ) |
Intended to be called by CullResult when a new CullBin pointer corresponding to the indicated bin_index is required.
It allocates and returns a brand new CullBin object of the appropriate type.
Definition at line 187 of file cullBinManager.cxx.
1.8.15