Sorts translate children based on their depth. More...
#include <Sort.hpp>
Public Member Functions | |
Sort (const Tag &tag) | |
virtual void | apply () |
virtual void | associate () |
virtual void | remove () |
Private Attributes | |
list< Translate * > | translates |
Matrix | rotation |
Vector | position |
Sorts translate children based on their depth.
void apply | ( | ) | [virtual] |
Sorts the translate nodes.
Implements Applicable.
void associate | ( | ) | [virtual] |
Finds translate nodes.
Reimplemented from Node.