nlisker
nlisker
Refactoring and renaming changes to some of the D3D pipeline files and a few changes on the Java side. These are various "leftovers" from previous issues that we didn't want...
8234712: Add pivot properties for scale and rotation in Node, ScaleTransition and RotateTransition
CSR will be submitted at a later phase. --------- ### Progress - [ ] Change must not contain extraneous whitespace - [x] Commit message must refer to an issue -...
This PR is not meant to be integrated, but serve as a discussion for a few behavior questions about animations. The following issues are solved with these changes: * [JDK-8236858](https://bugs.openjdk.java.net/browse/JDK-8236858)...
Switching to any view or perspective in Eclipse which involves Buildship (package explorer, project explorer, gradle tasks, gradle execution...) results in Eclipse completely freezing. This happens when JAVA_HOME, JDK_HOME and...
https://bugs.openjdk.java.net/browse/JDK-8221720 Requires changes in the Java code and both 3d pipelines.
Attenuation for point light has been added to JavaFX 16 as specified in https://bugs.openjdk.java.net/browse/JDK-8218264 The control panel where the color and position of the light are could be enhanced with...
@jperedadnr Eclipse outputs its builds to `bin` folders of the various modules. Should these folders be added to the gitignore file?
I'm willing to start working on an FBX importer for models with animations. As a starting point, I want to use the non-animating models importer from https://github.com/tesis-dynaware/fbx-importer. I have a...
Taking the `King_WalkCycle.ma` as an example, loading and playing the animation of several models does not scale well. At 5 models the slowdown is noticeable and at 10 it's very...
It seems that the required jcsg library includes the classes of the importers which are now part of FXyz: https://github.com/miho/JCSG/tree/master/src/main/java/eu/mihosoft/jcsg/ext We are basically re-including our own classes, and not even...