Assigns geometry to a particular bin by name.
The bins must be created separately via the CullBinManager interface.
Definition at line 30 of file cullBinAttrib.h.
Intended to be overridden by derived CullBinAttrib types to return a unique number indicating whether this CullBinAttrib is equivalent to the other one.
This should return 0 if the two CullBinAttrib objects are equivalent, a number less than zero if this one should be sorted before the other one, and a number greater than zero otherwise.
This will only be called with two CullBinAttrib objects whose get_type() functions return the same.
Reimplemented from RenderAttrib.
Definition at line 86 of file cullBinAttrib.cxx.