Vertex Array Optimization

Started by
1 comment, last by orbano 20 years, 3 months ago
Could anyone tell me which is the optimal structure for vertex (texcoord, etc) arrays? Should i use separate arays, or one interleaved array. What should be the vertex stride size? I heard something about this. People said vertex data should be n*32bytes. Is this true for interleaved arrays only, or for both structure? Is this important only when data is in client memory, or even if i use VBOs? How should i keep my vertex data be 32bytes? please help! thanx in advance! "Knowledge is no more expensive than ignorance, and at least as satisfying." -Barrin
"Knowledge is no more expensive than ignorance, and at least as satisfying." -Barrin
Advertisement
your question has already been answered in your thread on opengl.org


DJSnow
---
this post is manually created and therefore legally valid without a signature
DJSnow---this post is manually created and therefore legally valid without a signature
lets say, i have recieved some answers, but my question is far away from being answered...
"Knowledge is no more expensive than ignorance, and at least as satisfying." -Barrin

This topic is closed to new replies.

Advertisement