diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 00:50:20 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 00:50:20 (GMT) |
commit | 0f977609b40d5a6b6b5237060198e6dd97df06c5 (patch) | |
tree | 43c93a204f677ceef9c5b02b3ee28643c2acee12 /src/OGL_helper.h | |
parent | 5389107aa684ab99701e238a7297f07b35f7d521 (diff) |
put qglview.h into mainwin for deps. unify camera functions into glview.
remove duplicate code.
Diffstat (limited to 'src/OGL_helper.h')
-rw-r--r-- | src/OGL_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OGL_helper.h b/src/OGL_helper.h index 74f92bf..24611e7 100644 --- a/src/OGL_helper.h +++ b/src/OGL_helper.h @@ -544,6 +544,7 @@ namespace OGL { if (switches[SNC_AXES]) glCallList(object_list_+3); // axis } + void debug(std::ostream& os = std::cerr) const { os << "OGL::Polyhedron" << std::endl; |