Martin Pernollet
Martin Pernollet
Hi Oscar, First, thank you for your above answer. I just tried specifying that t is real and not complex, but it does not change the result. ``` t =...
Another way of dealing with HiDPI for Windows would be ```java setLayout(new BorderLayout() { @Override public void layoutContainer(Container target) { synchronized (target.getTreeLock()) { Insets insets = target.getInsets(); int top =...
Good news! I confirm the JOGL 2.4 rc4 supporting Apple M1 is used by multiple software including commercial software. Most of the known bug have workarounds that have been referenced...
> could you also package a version for linux? I tried to extract the dmg, but had no success. I only patched JOGL's macOS jar to support ARM. Doing the...
Thank you, I also got this problem. However when running with `1.7.0-SNAPSHOT` on {macOS11.4, Apple M1, Azul JDK 11}, running mvn clean package throws ``` [ERROR] Failed to execute goal...
Thank you a lot for your prompt reply @fvarrui. I confirm that using branch issue-239 resolve the above failure. And now I get the EOL problem solved! Congratulation and thank...
Picking has not been implemented in nzy3d. Jzy3d can do it however. 2018-04-12 16:45 GMT+02:00 Andrea Spada : > Hi! Can you point me toward a solution to have a...
Verified multiple things - Compared source code between jacob push and current version : nothing visible - Reverted fragment shader to non refactored version - Shader programs are properly loaded...
Hi, I have no idea without a way to reproduce. I presume you are able to load other obj files ? You may try DrawableVBO2 which is more evolved and...
`DrawableVBO2` is much more tested, documented and allowing performance. It was not easy to evolve everything relying on `DrawableVBO` so I kept the two - sorry for the readability. Some...