Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        # Take a quick nap to avoid wasting CPU
        select (undef,undef,undef,0.1);
    }
    
  2. or download this
    no warnings;
    
    ...
        glEnd();
        }
    }