Conversation
In the development of a script to send periodically statistics of performance of three.js examples to a server I needed this functionality
|
+1 it would also be nice if you could get an average fps over the time it was instantiated |
|
Mine #53 |
|
I found a good alternative for this |
|
Will confirm this working, but I set as a window.StatsFPS = ...... I was having issues with my scope for a weird project. |
|
Seeing as this issue has been open for 9+ years, out of necessity for my own work, I've created a fork and added the missing functionality. If this ever gets fixed in the mainline, I'd be happy to retire my fork ;). Enjoy! |
In the development of a script to send periodically statistics of performance of three.js examples to a server I needed this functionality.
I saw this question in StackOverflow (http://stackoverflow.com/questions/5531100) so I though it's maybe helpful for other people.