Go to most recent revision | Details | Last modification | View Log | RSS feed
#ifndef __GLGRAPHICS_DRAW_H_
#define __GLGRAPHICS_DRAW_H_
#include "Geometry/TriMesh.h"
void draw(const Geometry::TriMesh& tm);
#endif