diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-25 03:07:37 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-25 03:07:37 (GMT) |
commit | 9896b6f15eced6d05a131ece44d60745e200b8f5 (patch) | |
tree | 7d8a362003174ed6b150c439f2827d6a7252674d /src/GLView.cc | |
parent | 8738cdc03451803014ca84f8614bdff1ff393ca9 (diff) |
first working version of opencsg png export from gui binary
also guiopencsgtest introduced. passes 100% of 'normal' tests
Diffstat (limited to 'src/GLView.cc')
-rw-r--r-- | src/GLView.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/GLView.cc b/src/GLView.cc index 0507492..bec3a31 100644 --- a/src/GLView.cc +++ b/src/GLView.cc @@ -393,13 +393,3 @@ void GLView::showCrosshairs() glEnd(); } -/* - - - void paintGL(); // - bool save(const char *filename); // - //bool save(std::ostream &output); // not implemented in qgl? - - GLint shaderinfo[11]; // - -*/ |