summaryrefslogtreecommitdiff
path: root/src/cgaladv.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-04-10 23:48:09 (GMT)
committerMarius Kintel <marius@kintel.net>2011-04-10 23:48:09 (GMT)
commit3fbadddeacdf708875df0fe4a2c5d410a263ca51 (patch)
tree9c1c6b65ae0b3a2132ab0dd6761989b025f3397c /src/cgaladv.cc
parent06cc8b1d585e03d47dfb20014c5281c43d806f1b (diff)
Added warning about missing 3D version of hull()
Diffstat (limited to 'src/cgaladv.cc')
-rw-r--r--src/cgaladv.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgaladv.cc b/src/cgaladv.cc
index 0dc70ad..66cefa9 100644
--- a/src/cgaladv.cc
+++ b/src/cgaladv.cc
@@ -191,6 +191,7 @@ CGAL_Nef_polyhedron CgaladvNode::render_cgal_nef_polyhedron() const
N = v->render_cgal_nef_polyhedron();
if (N.dim == 3) {
//polys.push_back(tmp.p3);
+ PRINT("WARNING: hull() is not implemented yet for 3D objects!");
all2d=false;
}
if (N.dim == 2) {
contact: Jan Huwald // Impressum