1/delta is FPS.
The delta isn’t there to tell you the FPS though. I’d say two main uses ( amount many others ) would be:
-
Input to finterp ( vinterp / rinterp etc ) for animating objects / components
-
If you have done (1), you can use delta to make the animation rate the same on any hardware, regardless of their FPS.