diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-06 16:31:22 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-06 16:31:22 (GMT) |
commit | 0e7c6473fa6541fee741d0019ba498747fd6e364 (patch) | |
tree | 7f7f673e7ba272ef0258ab7e2620593bbe76ba6c /src/PolySetCGALEvaluator.h | |
parent | 3b16fdafd2235e8bcaec0c2be06949f61bc4047d (diff) |
Implemented render()
Diffstat (limited to 'src/PolySetCGALEvaluator.h')
-rw-r--r-- | src/PolySetCGALEvaluator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PolySetCGALEvaluator.h b/src/PolySetCGALEvaluator.h index cf3c5b2..f5b8665 100644 --- a/src/PolySetCGALEvaluator.h +++ b/src/PolySetCGALEvaluator.h @@ -17,6 +17,7 @@ public: virtual PolySet *evaluatePolySet(const DxfLinearExtrudeNode &node, AbstractPolyNode::render_mode_e); virtual PolySet *evaluatePolySet(const DxfRotateExtrudeNode &node, AbstractPolyNode::render_mode_e); virtual PolySet *evaluatePolySet(const CgaladvNode &node, AbstractPolyNode::render_mode_e); + virtual PolySet *evaluatePolySet(const RenderNode &node, AbstractPolyNode::render_mode_e); protected: PolySet *extrudeDxfData(const DxfLinearExtrudeNode &node, class DxfData &dxf); |