Subversion Repositories gelsvn

Rev

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

Rev 362 Rev 368
Line 11... Line 11...
11
 
11
 
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
 
-
 
17
  void draw(const Geometry::TriMesh& tm, bool per_vertex_norms, bool draw_wire);
16
  
18
 
17
  /// Draw an axis aligned bounding box
19
  /// Draw an axis aligned bounding box
18
  void draw(const Geometry::AABox& box);
20
  void draw(const Geometry::AABox& box);
19
  
21
  
20
  /// Draw an oriented bounding box
22
  /// Draw an oriented bounding box
21
  void draw(const Geometry::OBox& box);
23
  void draw(const Geometry::OBox& box);