summaryrefslogtreecommitdiffstats
path: root/progs/demos/ray.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-1/+0
| | | | | | | 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.
* progs/demos: Fix memory leak in ray.c.Vinson Lee2009-11-161-0/+2
|
* compile fix from Dan SchikoreBrian Paul2006-04-131-0/+2
|
* s/Togle/Toggle/Brian Paul2005-04-041-7/+7
|
* include string.h to silence warningBrian Paul2002-02-151-0/+1
|
* fixed FP underflow problem in kfact computationBrian Paul2001-05-091-8/+5
|
* check for tiny values in dir[] vector in calcposobjs(), prevents FP ↵Brian Paul2001-05-091-0/+7
| | | | underflows later
* better FPS calculationBrian Paul2000-09-121-25/+14
|
* initial check-inBrian Paul2000-06-271-0/+908