Login  Register

glClipPlanef not work in Java 11

Posted by yaqiang on Oct 07, 2019; 2:04am
URL: https://forum.jogamp.org/glClipPlanef-not-work-in-Java-11-tp4040085.html

I am developing an open source GIS and scientific computation software MeteoInfo (http://www.meteothink.org). Recently I add 3D plot functions using JOGL 2.3.2 (http://www.meteothink.org/news/meteoinfo_2.0.html). It works fine in my PC with Java 9, but the glClipPlanef function not work in my laptop with Java 11. The related code can be found here: https://github.com/meteoinfo/MeteoInfo/blob/master/MeteoInfoLib/src/main/java/org/meteoinfo/chart/jogl/Plot3DGL.java . I am a quite new user of JOGL and want to know why glClipPlanef function was not supported in Java 11. Or I can use other solution to sovle this problem?
www.meteothink.org