Open GoogleCodeExporter opened 8 years ago
Version 1.1.4 is considered final, the development is happening in 1.2. I can
only suggest you to try 1.2 from repository and see if that works for you
(although it implies some API changes).
Original comment by useboxnet
on 31 Aug 2014 at 7:09
I took a look and found that the development version has the same issue as
version 1.1.4. Note that I applied the patch to the dev to begin with. As I
mentioned, the problem is that IndexedVertexList.migrate method is not
overloaded to account for indices. It is calling the superclass (VertexList)
migrate method by default.
Denis
Original comment by denisg...@gmail.com
on 2 Sep 2014 at 1:09
Thanks Denis, good stuff.
Original comment by useboxnet
on 2 Sep 2014 at 5:53
I fixed a few bugs with the previous patch.
1. The index numbering has to be changed if an idx_vlist is migrated if the
vertex attributes move to a different location on the vertexbuffer and
2. Batch.migrate should set Batch._draw_list_dirty = True.
https://code.google.com/r/denisg640-pyglet/source/detail?r=cc8ff7f03ae70464b61e6
6b7e233c8a0a43dbc42
Denis
Denis
Original comment by denisg...@gmail.com
on 4 Oct 2014 at 1:00
Original issue reported on code.google.com by
denisg...@gmail.com
on 28 Aug 2014 at 6:13