| 635 | */ |
| 636 | |
| 637 | void ForwardRenderQueue::Sort(const AbstractViewer* viewer) |
| 638 | { |
| 639 | if (viewer->GetProjectionType() == ProjectionType_Orthogonal) |
| 640 | SortForOrthographic(viewer); |
| 641 | else |
| 642 | SortForPerspective(viewer); |
| 643 | } |
| 644 | |
| 645 | /*! |
| 646 | * \brief Gets the billboard data |