Re: Full speed animation - shouldn't the default value be true?

2016-06-13 Thread Kevin Rushforth
The full-speed property is an undocumented system property and therefore not a formal feature of JavaFX. It is provided solely as a testing mechanism to allow measurement of raw rendering / animation performance for simple(r) scenes. There is no point in rendering faster than the 60 Hz refresh

Full speed animation - shouldn't the default value be true?

2016-06-10 Thread Felix Bembrick
I am just curious, why is the system property to enable "full speed animations" in JavaFX applications NOT set to "true" by default? Thanks, Felix