#include "map-kdtree.h"
#include "glut/frustum.h"
#include "perf/perf.h"
Go to the source code of this file.
Namespaces | |
namespace | aesop |
Functions | |
static void | aesop::drawObject (IN glut::Renderable *model, IN const glut::render_context_t &rc, IN glut::RenderQueue *rq, IN void *context) |
static void | aesop::setLights (void) |
void | aesop::drawMap (IN MapKdTree *mapKdTree, IN const glut::render_context_t &rc, IN glut::RenderQueue *rq, OUT map_draw_stats_t &stats) |
helper method to draw a KdTree map. |