index-buffer Questions
1
Solved
I want to draw multiple line strips of different length.
All vertices are in one common buffer.
The order looks for example as follow:
v_1_1,v_1_2,v_1_3,v_2_1,v_2_2,v_3_1,.. for each vertex v_i_j...
Ringo asked 3/8, 2019 at 14:41
1
I am trying to load in a .obj-File and draw it with the help of glDrawElements.
Now, with glDrawArrays everything works perfectly, but it is - of course - inefficient.
The problem I have right no...
Maintop asked 10/9, 2015 at 9:28
1
© 2022 - 2024 — McMap. All rights reserved.