Re: Using multiple models in a scene
Posted by ted_gress on Jul 05, 2018; 5:17pm
URL: https://forum.jogamp.org/Using-multiple-models-in-a-scene-tp4038956p4038987.html
So you use glVertexPointer on the indices as well?
Like there is gl.glNormalPointer(gl.GL_BYTE, 0, 0);, and gl.glColorPointer(4, gl.GL_FLOAT, 0, 0);
but there is no gl.glIndexPointer for the indices. So am I to use glVertexPointer?