Jörgen Lundgren
Jörgen Lundgren
Could this perhaps be the bug? https://bugs.openjdk.org/browse/JDK-8148377?attachmentOrder=desc
What version of Java are you using? Are you able to reproduce the bug and, if that is the case, how did you do it? I havn't been able to...
I just added support for animations to the GPU-renderer. It does not seem to work as expected in the CPU-renderer, though. The Scene class contains an addSceneObserver(SceneObserver) method. The SceneObserver...
The Transform class already has methods to add TransformObservers to it. But they are only called by the Transform class, when it is updated by its methods. You perhaps need...