summaryrefslogtreecommitdiff
path: root/src/rendernode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rendernode.h')
-rw-r--r--src/rendernode.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rendernode.h b/src/rendernode.h
index 8bb2c9c..5561a36 100644
--- a/src/rendernode.h
+++ b/src/rendernode.h
@@ -3,9 +3,6 @@
#include "node.h"
#include "visitor.h"
-#ifdef ENABLE_CGAL
-# include "cgal.h"
-#endif
class RenderNode : public AbstractNode
{
@@ -17,9 +14,6 @@ public:
virtual std::string toString() const;
int convexity;
-#ifdef ENABLE_CGAL
- virtual CGAL_Nef_polyhedron renderCSGMesh() const;
-#endif
CSGTerm *render_csg_term(double m[20], QVector<CSGTerm*> *highlights, QVector<CSGTerm*> *background) const;
#ifndef REMOVE_DUMP
virtual QString dump(QString indent) const;
contact: Jan Huwald // Impressum