Assigns geometry to a particular bin by name.
More...
#include "cullBinAttrib.h"
List of all members.
Detailed Description
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.
Member Function Documentation
| int CullBinAttrib::compare_to_impl |
( |
const RenderAttrib * |
other | ) |
const [protected, virtual] |
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.
| const string & CullBinAttrib::get_bin_name |
( |
| ) |
const [inline] |
| int CullBinAttrib::get_draw_order |
( |
| ) |
const [inline] |
| void CullBinAttrib::register_with_read_factory |
( |
| ) |
[static] |
The documentation for this class was generated from the following files: