#include <DepthSorter.h>
Public Member Functions | |
DepthSorter () | |
~DepthSorter () | |
void | Clear () |
Clear all stored primitives. | |
void | Add (const dMatrix &globaltransform, Primitive *prim, int id) |
Add a primitive to the sorter. | |
void | Render () |
Data Structures | |
class | Item |
Definition at line 35 of file DepthSorter.h.
DepthSorter::DepthSorter | ( | ) |
Definition at line 21 of file DepthSorter.cpp.
DepthSorter::~DepthSorter | ( | ) |
Definition at line 25 of file DepthSorter.cpp.
void DepthSorter::Clear | ( | ) |
void DepthSorter::Render | ( | ) |
Render the stored primitives, using the Z depth to order the rendering
Definition at line 47 of file DepthSorter.cpp.