diff options
author | Marius Kintel <marius@kintel.net> | 2010-07-08 22:49:10 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:37 (GMT) |
commit | b4d03c4d8f6d25faccad1e3e763deaa29d540be0 (patch) | |
tree | 78229f3578a7d9f6813a43927e503ff9b7323d62 /src/node.h | |
parent | d887b4f6337118567f028a55f0c6b949d56f8bfc (diff) |
doc
Diffstat (limited to 'src/node.h')
-rw-r--r-- | src/node.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -82,6 +82,9 @@ public: RENDER_CGAL, RENDER_OPENCSG }; + /*! Should return a PolySet of the given geometry. It's normal to return an + empty PolySet if smth. is wrong, but don't return NULL unless we change the calling + strategy for this method. */ virtual class PolySet *render_polyset(render_mode_e mode) const = 0; virtual CSGTerm *render_csg_term(double m[20], QVector<CSGTerm*> *highlights, QVector<CSGTerm*> *background) const; static CSGTerm *render_csg_term_from_ps(double m[20], QVector<CSGTerm*> *highlights, QVector<CSGTerm*> *background, PolySet *ps, const ModuleInstantiation *modinst, int idx); |