José Pereda
José Pereda
I've added 10 models of `King_WalkCycle.ma`, including the skeleton, and I see those peaks in the heap size: What tool do you use to get the pauses?
This can be extended as well to export to provide exporters in supported formats like .OBJ. If you create the model adding 3D Shapes, or modify an imported model, you...
Can't you use `Platform.startup(() -> {})`?
can you do @BeforeAll -> `Platform.startup()`, @AfterAll -> `Platform.exit()`?
That looks good. See [this](https://github.com/controlsfx/controlsfx/blob/master/controlsfx/src/test/java/org/controlsfx/control/spreadsheet/JavaFXThreadingRule.java) for instance, that can be updated with `startup` instead of JFXPanel, of course. Can be that a TestRule?
Update: Black screen when moving app to background. Log shows: ``` 11-22 19:02:06.026 18851 18851 V GraalActivity: SurfaceRedraw needed start 11-22 19:02:06.026 18851 18851 V GraalActivity: ask native graallayer to...
Actually, the latest release (https://github.com/gluonhq/graal/releases/tag/gluon-22.1.0.1-Final) didn't need any iOS patch, but the previous one did as it applied patches that weren't ready for GraalVM 22.0.0 (what motivated this issue). There...
We already implemented this flow, so this issue can be closed, @johanvos ?
Downloading GraalVM is a lengthy process, and I still think we don't need to download GraalVM if `GRAALVM_HOME` is not set. For instance, it has been defined, but the IDE...
Can't you use `SegmentedSphereMesh` instead? It has a center property, and it is textured.