Hello,
I want to use vertex arrays with Jogl but I’m a little bit confused about the description of the glVertexPointer function call in the javadoc ??? :
There is no argument given for my float array, so is it possible to use this function with float arrays and not with a FloatBuffer (like glVertex3fv)?
Another remark : why is there f.e. no function glVertex3fv without offset parameter? It would be easier to port OpenGL programs from C or C++ to Jogl. : (or from an old Jogl program to the new ‘JSR-231’)
dj3hut1