Hello Guest

[Solved] Moving to LWJGL 3 Timer

  • 1 Replies
  • 4911 Views
*

Offline bobjob

  • ****
  • 394
  • LWJGL: WOW SO GOOD
[Solved] Moving to LWJGL 3 Timer
« on: November 29, 2015, 06:49:18 »
Does anyone know that most accurate 'double' resolution value for the new GLFW.glfwGetTime(); method


I wanted to keep my code so that I can also use the Java timers for testing purposes and wasn't sure how to do this with the new double timer system measured in seconds. would the timer resolution simply be '1'?
« Last Edit: November 30, 2015, 21:39:26 by bobjob »

*

Offline bobjob

  • ****
  • 394
  • LWJGL: WOW SO GOOD
Re: Moving to LWJGL 3 Timer
« Reply #1 on: November 29, 2015, 07:10:30 »
Never mind, I counted out the fps and found that the timer resolution is exactly 1.