cgal/Polyhedron/demo/Polyhedron.old/Scene_rendering.h

7 lines
240 B
C

#include "Polyhedron_type_fwd.h"
#include "Textured_polyhedron_type.h"
void gl_render_polyhedron_facets(Polyhedron* poly);
void gl_render_tex_polyhedron_facets(Textured_polyhedron* poly);
void gl_render_polyhedron_edges(Polyhedron *poly);