diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 17:55:47 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 17:55:47 (GMT) |
commit | 391c725aeb86baff7604b10abd744918b48596e9 (patch) | |
tree | 75c121e3bd652bf3d7c54cb7c4e006630f3059a1 /src/export_png.cc | |
parent | 7d147032543f51c93123c484d0c2b2c7e191df26 (diff) |
integrate gui cmdline into test framework
Diffstat (limited to 'src/export_png.cc')
-rw-r--r-- | src/export_png.cc | 4 |
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); |