Open GoogleCodeExporter opened 8 years ago
What's going on is becoming more obvious if you comment out the line
a.draw(pyglet.gl.GL_TRIANGLES)
And "tarbool" should read "tarball" -- it's been a long day.
Original comment by regular....@gmail.com
on 30 Oct 2009 at 9:07
No bug here.
in
vli = vertex_list_indexed(count, indices, *data)
will use the indices to copy from *data, but generates its own indices array,
which
you can see as vli.indices
The original reporter wrongly assumed the input param indices was copied to
vli.indices
Original comment by ccanepacc@gmail.com
on 29 Jan 2010 at 5:45
Original issue reported on code.google.com by
regular....@gmail.com
on 30 Oct 2009 at 8:53Attachments: