summaryrefslogtreecommitdiff
path: root/src/export_png.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/export_png.cc')
-rw-r--r--src/export_png.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/export_png.cc b/src/export_png.cc
index fb31917..7c62cea 100644
--- a/src/export_png.cc
+++ b/src/export_png.cc
@@ -37,8 +37,8 @@ void export_png_with_cgal(CGAL_Nef_polyhedron *root_N, std::ostream &output)
Vector3d cameradir(1, 1, -0.5);
Vector3d camerapos = center - radius*2*cameradir;
- output << center << "\n";
- output << radius << "\n";
+ std::cerr << center << "\n";
+ std::cerr << radius << "\n";
csgInfo.glview->setCamera(camerapos, center);
csgInfo.glview->setRenderer(&cgalRenderer);
contact: Jan Huwald // Impressum