diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-20 14:37:20 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-20 14:37:20 (GMT) |
commit | 332e835f878d477102228a0659fd15c6700b36fe (patch) | |
tree | 3ea7073e824fc44402a5ff1eb134d2db4b4495f0 /src/projection.cc | |
parent | 0b0aa7b9b3ba8d75e97f249750b3eb1c61d52c38 (diff) |
Clifford Wolf:
Added cgaladv.cc with advanced transformations via CGAL
(as of now only 3d minkowksi sum is implemented but more is planned)
git-svn-id: http://svn.clifford.at/openscad/trunk@446 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/projection.cc')
-rw-r--r-- | src/projection.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projection.cc b/src/projection.cc index fa45ff3..1fb036c 100644 --- a/src/projection.cc +++ b/src/projection.cc @@ -96,7 +96,7 @@ void register_builtin_projection() #ifdef ENABLE_CGAL -PolySet *ProjectionNode::render_polyset(render_mode_e rm) const +PolySet *ProjectionNode::render_polyset(render_mode_e) const { QString key = mk_cache_id(); if (PolySet::ps_cache.contains(key)) { |