Re: Confusion with PMVMatrix
Posted by
HRJ on
Feb 03, 2014; 3:25pm
URL: https://forum.jogamp.org/Confusion-with-PMVMatrix-tp4029336p4031431.html
Before posting my whole test case, I just want to know if the reported bug is known to be present in 2.1.3.
I did try to get 2.1.4 but the jar files are apparently corrupted. For example, this file:
http://jogamp.org/deployment/v2.1.4/jar/jogl-all.jar.. gives this error:
jar tf jogamp_2.1.4/jogl-all.jar
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:215)
at java.util.zip.ZipFile.<init>(ZipFile.java:145)
at java.util.zip.ZipFile.<init>(ZipFile.java:116)
at sun.tools.jar.Main.list(Main.java:1004)
at sun.tools.jar.Main.run(Main.java:245)
at sun.tools.jar.Main.main(Main.java:1177)