(Vertex)Array Stride

Hi,

From where does the byte offset count?
From the beginning of the previous vertex to the next vertex, or from the end of the previous vertex to the next vertex?

Thanks for your help!

From the beginning. Except when stride is 0, then vertices are tightly packed.

Oh thanks!

I will try this.

It’s kinda ugly that you have to have two different offset calculations. :-/