~manxi-david/pyeffect/pyeffect

« back to all changes in this revision

Viewing changes to src/Examples/glut.3p

  • Committer: dvspeed
  • Date: 2011-12-26 14:48:56 UTC
  • Revision ID: manxi.david@gmail.com-20111226144856-3g637ojm43wq6rjy
-glut.3 modified, main loop commented

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        glut.glutInitDisplayMode(18)
6
6
        glut.glutInitWindowSize(800,600)
7
7
        glut.glutCreateWindow(y)
8
 
        glut.glutMainLoop()
9
8
        exit(0)