OpenGL VBO and Tangent Space

Started by
1 comment, last by wiegje85 14 years, 1 month ago
How do I put Binormals and Tangents into my VBO? Using the glBinormalPointerEXT and glTangentPointerEXT doesn't work.. Right now I put them in TexCoord6 and 7 respectively.. thing is, that I now have to mirror that on my D3D side, because of the shaders. Any better way? Thanks
Advertisement
Generic vertex attributes, with glVertexAttribPointer
Quote:Original post by HuntsMan
Generic vertex attributes, with glVertexAttribPointer


I love you! Rep++ for you!

This topic is closed to new replies.

Advertisement