diff eclviewer.py @ 58:3da4de9decd0

Use logging module
author Thibaut Girka <thib@sitedethib.com>
date Tue, 23 Aug 2011 21:01:50 +0200
parents ab826bc29aa2
children 4fe37a620b22
line wrap: on
line diff
--- a/eclviewer.py
+++ b/eclviewer.py
@@ -125,7 +125,6 @@ def main(path, stage_num):
             # This is so that objects on the (O, x, y) plane use pixel coordinates
             gluLookAt(192., 224., - 835.979370 * dz,
                       192. + dx, 224. - dy, 0., 0., -1., 0.)
-            #print(glGetFloat(GL_MODELVIEW_MATRIX))
             glTranslatef(-x, -y, -z)
 
             glEnable(GL_DEPTH_TEST)