diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-21 01:56:30 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-21 01:56:30 (GMT) |
commit | fc2d9341fac6948716b328b75f3366313bd2545a (patch) | |
tree | 4c40b79dc3250b655f6284ed8db1b787657c69ce /tests/csgtestcore.cc | |
parent | b7d1c94dc1462dae0b7a23ddffe1f91c57308aa8 (diff) |
begin process of unifying GLView and OffscreenView. renames, objrot, objtran
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r-- | tests/csgtestcore.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index 36e94e7..6d00f09 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -92,7 +92,7 @@ string info_dump(OffscreenView *glview) << EIGEN_MAJOR_VERSION << "." << EIGEN_MINOR_VERSION << "\nCGAL version: " << TOSTRING(CGAL_VERSION) << "\nOpenCSG version: " << OPENCSG_VERSION_STRING - << "\n" << glview->getInfo() + << "\n" << glview->getRendererInfo() << "\n"; return out.str(); |