Login  Register

Re: VBOs Do TexCoords align to indices or vertices?

Posted by millerni456 on Oct 01, 2011; 11:56pm
URL: https://forum.jogamp.org/VBOs-Do-TexCoords-align-to-indices-or-vertices-tp3384359p3386393.html

Perhaps I answered my question by attempting to fix a bug.

I attempting to create my arrays the way I specified. And the glBufferData has a bad reaction to my extremely large texCoord buffer.

So I lessened it to 8 sets of 2-Component texCoords (matching vertices) and I get no more error.