#include <W3DWaypointBuffer.h>
Public Member Functions | |
| W3DWaypointBuffer (void) | |
| ~W3DWaypointBuffer (void) | |
| void | drawWaypoints (RenderInfoClass &rinfo) |
| void | freeWaypointBuffers () |
Friends | |
| class | HeightMapRenderObjClass |
Definition at line 71 of file W3DWaypointBuffer.h.
| W3DWaypointBuffer::W3DWaypointBuffer | ( | void | ) |
Constructor. Sets m_initialized to true if it finds the w3d models it needs for the bibs.
Definition at line 102 of file W3dWaypointBuffer.cpp.
| W3DWaypointBuffer::~W3DWaypointBuffer | ( | void | ) |
Destructor. Releases w3d assets.
Definition at line 118 of file W3dWaypointBuffer.cpp.
| void W3DWaypointBuffer::drawWaypoints | ( | RenderInfoClass & | rinfo | ) |
Draws the waypoints. Uses camera to cull
Definition at line 155 of file W3dWaypointBuffer.cpp.
| void W3DWaypointBuffer::freeWaypointBuffers | ( | ) |
Frees the index and vertex buffers.
Definition at line 130 of file W3dWaypointBuffer.cpp.
|
friend |
Definition at line 73 of file W3DWaypointBuffer.h.