| glGetFloatv: is it a bug?
I found my error: url: http://kenai.com/projects/help/forums/help-wanted/topics/3426-Problems-with-glGetFloatv
|
Project Kenai Documentation and Training
» Bugs
|
November 26, 2010 20:39
by: KlausCDN
|
| Problems with glGetFloatv
Sorry, sorry, sorry, I found my error. After using GL_MODELVIEW_MATRIX instead of GL_MODELVIEW it worked :-(
|
Project Kenai Documentation and Training
» Help Wanted
|
November 26, 2010 20:37
by: KlausCDN
|
| glGetFloatv: is it a bug?
I did not get an answer to: url: http://kenai.com/projects/help/forums/help-wanted/topics/3426-Problems-with-glGetFloatv is that a bug or what did I do wrong? Kind Regards KlausCDN
|
Project Kenai Documentation and Training
» Bugs
|
November 26, 2010 20:39
by: KlausCDN
|
| Problems with glGetFloatv
I try to get the actual model view matrix after some transformations like glTranslate, glRotate etc. My code snippet is: gl.glGetFloatv(gl.GL_MODELVIEW, matrix, 0); matrix was declared with: float . . .
|
Project Kenai Documentation and Training
» Help Wanted
|
November 26, 2010 20:37
by: KlausCDN
|
| glRotatef() requires static variables
I could solve the problem "GLCanvas Interaction with Slider", posted Dec 11th. glRotatef() does not allow an angle like "jSlider1.getValue()". In the slider event routine it is necessary to move the sl . . .
|
NetBeans OpenGL Pack
» General Discussion
|
January 02, 2010 16:48
by: KlausCDN
|
| GLCanvas Interaction with Slider
Hi, I just moved from MS Visual Basic to Java. I installed Netbeans 6.8 RC2 and Plugin JOGL on my iMac OS Snowleopard. I opened a new Project with Menu File New Project, Categories: Java, Projects: J . . .
|
NetBeans OpenGL Pack
» General Discussion
|
December 11, 2009 23:40
by: KlausCDN
|
| GLCanvas Interaction with Slider
Thank John, I will try my luck there Regards Klaus
|
Project Kenai Documentation and Training
» Help Wanted
|
December 11, 2009 23:29
by: KlausCDN
|
| GLCanvas Interaction with Slider
Hi, I just moved from MS Visual Basic to Java. I installed Netbeans 6.8 RC2 and Plugin JOGL on my iMac OS Snowleopard. I opened a new Project with Menu File New Project, Categories: Java, Projects: J . . .
|
Project Kenai Documentation and Training
» Help Wanted
|
December 11, 2009 23:29
by: KlausCDN
|