#include <SortMethod.h>

Public Member Functions | |
| BSPSortMethod () | |
| virtual void | sortPrimitives (std::vector< PtrPrimitive > &, VRenderParams &) |
| virtual | ~BSPSortMethod () |
Public Member Functions inherited from vrender::SortMethod | |
| void | SetZDepth (FLOAT s) |
| SortMethod () | |
| FLOAT | ZDepth () const |
| virtual | ~SortMethod () |
Additional Inherited Members | |
Protected Attributes inherited from vrender::SortMethod | |
| FLOAT | zSize |
Definition at line 79 of file SortMethod.h.
|
inline |
Definition at line 82 of file SortMethod.h.
|
inlinevirtual |
Definition at line 83 of file SortMethod.h.
|
virtual |
Implements vrender::SortMethod.
Definition at line 77 of file BSPSortMethod.cpp.