summaryrefslogtreecommitdiffstats
path: root/progs/demos/bounce.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-3/+1
| | | | | | | Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option.
* Remove unneeded includes of time.hKarl Schultz2006-03-291-2/+0
|
* better animate rate (Marcelo Magallon)Brian Paul2005-01-091-7/+16
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* added missing radius multiplication factor to sphere codeBrian Paul2000-08-161-29/+6
|
* fixed compiler warningsBrian Paul2000-06-271-4/+7
|
* Initial revisionjtg1999-08-191-0/+240