virtual void prepare_node(EggNode *node)
May be overridden in derived classes to perform some setup work as each node is encountered.
This is a handy class for collecting related nodes together.
Converts an egg data structure, possibly read from an egg file but not necessarily,...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
virtual bool sorts_less(int bin_number, const EggNode *a, const EggNode *b)
May be overridden in derived classes to create additional bins within a particular bin number,...
A special binner used only within this package to pre-process the egg tree for the loader and group t...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
virtual std::string get_bin_name(int bin_number, const EggNode *child)
May be overridden in derived classes to define a name for each new bin, based on its bin number,...
A base class for things that may be directly added into the egg hierarchy.