Subversion Repositories gelsvn

Rev

Rev 368 | Rev 400 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 368 Rev 372
Line 12... Line 12...
12
namespace GLGraphics
12
namespace GLGraphics
13
{
13
{
14
  /// Draw a triangles mesh. Inefficient function that should be compiled into a display list.
14
  /// Draw a triangles mesh. Inefficient function that should be compiled into a display list.
15
  void draw(const Geometry::TriMesh& tm, bool per_vertex_norms=true);
15
  void draw(const Geometry::TriMesh& tm, bool per_vertex_norms=true);
16
 
16
 
17
  void draw(const Geometry::TriMesh& tm, bool per_vertex_norms, bool draw_wire);
-
 
18
 
-
 
19
  /// Draw an axis aligned bounding box
17
  /// Draw an axis aligned bounding box
20
  void draw(const Geometry::AABox& box);
18
  void draw(const Geometry::AABox& box);
21
  
19
  
22
  /// Draw an oriented bounding box
20
  /// Draw an oriented bounding box
23
  void draw(const Geometry::OBox& box);
21
  void draw(const Geometry::OBox& box);