Quick Vertex Array Question
Can I possibly use a Vertex Array with a multi-dimensional Array or will I have to convert it to a single-dimensional array?
Converting it would not be that hard;
1 2 3
|
for(Y)
for(X)
D1[X + (Y * SizeofD2)] = D2[X][Y]
|
Last edited on
Topic archived. No new replies allowed.