diff options
author | Marius Kintel <marius@kintel.net> | 2011-07-30 19:29:40 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-07-30 19:29:40 (GMT) |
commit | 887f7eb99ff7dfaa2f088d7e210b09b10892f19a (patch) | |
tree | 9d996d97502701630abb25e789f9c4a6b036cdd6 /src/CGAL_renderer.h | |
parent | bebf3c0ac08338112bb022087a62425b4b7d9d0d (diff) |
Refactored GL rendering inspired by Giles' work on RapCad. The ultimate goal is to become independent of Qt
Diffstat (limited to 'src/CGAL_renderer.h')
-rw-r--r-- | src/CGAL_renderer.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/CGAL_renderer.h b/src/CGAL_renderer.h index a8bdc43..acc902f 100644 --- a/src/CGAL_renderer.h +++ b/src/CGAL_renderer.h @@ -39,13 +39,6 @@ using CGAL::OGL::SNC_BOUNDARY; using CGAL::OGL::SNC_SKELETON; -namespace OpenSCAD -{ - -namespace OGL -{ - - class Polyhedron : public CGAL::OGL::Polyhedron { public: @@ -108,8 +101,4 @@ private: }; // Polyhedron -} // namespace OGL - -} // namespace OpenSCAD - #endif // CGAL_RENDERER_H |