Vertex Array
•
Similarmente si specificano
–
colori
•
glColorPointer(N,TYPE,stride,data);
–
normali
•
glNormalPointer(TYPE,stride,data);
•
•
•