I'm trying to create a cube using one series of vertices such as attempted in this example (which I believe is wrong) and also talked about on this forum. The answer I'm looking for should look something like this:
1, 1, -1
-1, -1, -1,
1, 1, 1
... and so on. I'm hoping to get this down to a minimum of 13 vertices (6 sided cube = 12 triangles).
Is this possible?