summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2011-12-19 03:50:02 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2011-12-19 03:50:02 (GMT)
commit638743e2201c6869b48857dd2db5ec01df665162 (patch)
tree088fbfe024a805c395b8a936ca6524315e0bdaf8
parentd900ae9a843a5191666c3e3fc34639087bf7aa09 (diff)
remove unneeded debugging cout<< from cgalpngtest
-rw-r--r--tests/cgalpngtest.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/cgalpngtest.cc b/tests/cgalpngtest.cc
index 608fb08..800a829 100644
--- a/tests/cgalpngtest.cc
+++ b/tests/cgalpngtest.cc
@@ -172,19 +172,16 @@ int main(int argc, char **argv)
BoundingBox bbox;
if (cgalRenderer.polyhedron) {
- std::cout << "polyhedron\n" ;
CGAL::Bbox_3 cgalbbox = cgalRenderer.polyhedron->bbox();
bbox = BoundingBox(Vector3d(cgalbbox.xmin(), cgalbbox.ymin(), cgalbbox.zmin()),
Vector3d(cgalbbox.xmax(), cgalbbox.ymax(), cgalbbox.zmax()));
}
else if (cgalRenderer.polyset) {
- std::cout << "polyset\n" ;
bbox = cgalRenderer.polyset->getBoundingBox();
}
Vector3d center = getBoundingCenter(bbox);
double radius = getBoundingRadius(bbox);
- std::cout << "radius: " << radius << "\n";
Vector3d cameradir(1, 1, -0.5);
Vector3d camerapos = center - radius*2*cameradir;
contact: Jan Huwald // Impressum