21 #ifndef OPENGL_DRAWER_HPP
22 #define OPENGL_DRAWER_HPP
30 class surface_param_drawable;
42 static void draw_curve(
const std::vector<cpe::vec3>& curve);
43 static void draw_curve(
const std::vector<std::vector<cpe::vec3> >& curves);
Definition: opengl_drawer.hpp:34
static void draw(const mesh &m)
Definition: opengl_drawer.cpp:34
static void draw_sphere(const grid &g, const mesh &sphere)
Definition: opengl_drawer.cpp:178
Wrapper class to help drawing a surface_param class.
Definition: surface_param_drawable.hpp:34
Container class for a generic mesh with normal, color, texture, ...
Definition: mesh.hpp:38
static void draw_curve(const std::vector< cpe::vec3 > &curve)
Definition: opengl_drawer.cpp:163