Hi all,
Can someone please verify the following:
glut.glutWireCube(gl, edgeLength) always renders a cube of edge length 1 (the solid version also ignore the edgeLength) on my machine.
Thanks!
Hi all,
Can someone please verify the following:
glut.glutWireCube(gl, edgeLength) always renders a cube of edge length 1 (the solid version also ignore the edgeLength) on my machine.
Thanks!
What version of JOGL are you using? A bug was fixed in this area in early October (Issue 34 on the JOGL Issue Tracker). 1.1 b06 or later should have the fix.
I was using version 1.1b04. I just tesed with the new version v1.1b07. It works correctly.
Thanks!