Martin Pernollet

Results 66 comments of Martin Pernollet

Thank you @hageldave, I will evaluate LWJGL for AWT [here](https://github.com/jzy3d/jzy3d-api/pull/277) if you are interested. I agree with @HannesWell that using Github is handy. That's why I made my work on...

You may use [EmulGL](https://github.com/jzy3d/jzy3d-api/tree/master/jzy3d-emul-gl) instead of JOGL for rendering with Jzy3D. EmulGL is made to enhance charts portability across computers. See links to examples in the readme.

See https://forum.jogamp.org/JOGL-2-3-2-example-compiles-but-fails-to-run-Maven-3-8-2-NetBeans-12-4-OpenJDK-16-0-2-Lubuntu-21-10-td4041246.html

Also encountered on [JOGL 2.4 + Java 17 + Ubuntu 18](https://forum.jogamp.org/JogAmp-Build-v2-4-0-rc-20210111-tp4040955p4041266.html). But not Ubuntu 20

Seamingly [not a JOGL problem](https://forum.jogamp.org/JOGL-works-on-JDK-17-but-not-on-JDK-18-tp4041744p4041748.html)!

Remark from Benoît (https://github.com/benoit74) https://github.com/jzy3d/jzy3d-api/blob/master/jzy3d-jdt-core/src/main/java/il/ac/idc/jdt/Triangle.java Ligne 204 : à mon avis c'est plutôt "return false" (si le point est à un coin du triangle, dans ce cas il est sur...

Indeed, glHint is defined as of OpenGL 2 - while jGL only implements OpenGL 1.

Hi, I would be interested by the dataset to try reproducing and analysing the problem. If you have the blender image available, I am interested. Thanks!

You may use [EmulGL](https://github.com/jzy3d/jzy3d-api/tree/master/jzy3d-emul-gl) instead of JOGL for rendering with Jzy3D. EmulGL is made to enhance charts portability across computers. See links to examples in the readme.

Hi, After recently publishing 2.0 release version on maven repo, I started `2.0.1-SNAPSHOT` by bumping JOGL to a more recent version (2.4.0 RC produced in 2021). You may give a...