Click to See Complete Forum and Search --> : Displaying FPS


rbha311
February 16th, 2009, 06:00 AM
Hi,

I was wondering if I could get some help in displaying the FPS values in the title bar of the glut window.

thanks

ckweius
February 17th, 2009, 01:23 AM
You can call glutSetWindowTitle(sTitle) to update the top level windows title.

Kevin Choong