PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "eggBinMaker.h"
#include "eggGroupNode.h"
#include "eggGroup.h"
#include "eggBin.h"
#include "dcast.h"
#include "pnotify.h"
Go to the source code of this file.
Functions | |
PT (EggBin) EggBinMaker | |
May be overridden in derived classes to construct a new EggBin object (or some derived class, if needed), and preload some initial data into as 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 eggBinMaker.cxx.
PT | ( | EggBin | ) |
May be overridden in derived classes to construct a new EggBin object (or some derived class, if needed), and preload some initial data into as required.
child is an arbitrary child of the bin, and collapse_from is the group the bin is being collapsed with, if any (implying collapse_group() returned true), or NULL if not.
Definition at line 129 of file eggBinMaker.cxx.