-
```
import pyglet
window = pyglet.window.Window()
batch = pyglet.graphics.Batch()
x = 10
y = 10
width =150
height = 150
color = 127, 127, 0, 127
batch.add_indexed(4, pyglet.gl.GL_TRIANGLES, None,
…
-
```
import pyglet
window = pyglet.window.Window()
batch = pyglet.graphics.Batch()
x = 10
y = 10
width =150
height = 150
color = 127, 127, 0, 127
batch.add_indexed(4, pyglet.gl.GL_TRIANGLES, None,
…
-
```
What steps will reproduce the problem?
1.
#this works -draws a triangle
pyglet.graphics.draw_indexed(4, pyglet.gl.GL_TRIANGLES,
[0, 1, 2, 0, 2, 3],
('v2i', (100, 100,…
-
```
What steps will reproduce the problem?
1. Running the test suite
2. Log file captures many AssertionError exceptions in graphics.IMMEDIATE
tests
What is the expected output? What do you see inst…
-
Expected:
```
v2in.
+
"a" . "b" . "c" . "dd . ee . ff" . "c" . "b" . "a"
++++++++++++++++
```
With behaviour similar to that of pairs text objects:
```
v3in.
+
"a" . …
-
Factored from #28
Eg from @benfry
```
(50GB file)
2015/02/27 17:17:22
Transferred: 51805750272 Bytes (12582.34 kByte/s)
Errors: 0
Checks: 0
Transferred: 0
Elapsed time: 1h7m0.837699975s
Transferri…
-
```
What steps will reproduce the problem?
1. Running the test suite
2. Log file captures many AssertionError exceptions in graphics.IMMEDIATE
tests
What is the expected output? What do you see inst…
-
```
import pyglet
window = pyglet.window.Window()
batch = pyglet.graphics.Batch()
x = 10
y = 10
width =150
height = 150
color = 127, 127, 0, 127
batch.add_indexed(4, pyglet.gl.GL_TRIANGLES, None,
…
-
```
import pyglet
window = pyglet.window.Window()
batch = pyglet.graphics.Batch()
x = 10
y = 10
width =150
height = 150
color = 127, 127, 0, 127
batch.add_indexed(4, pyglet.gl.GL_TRIANGLES, None,
…
-
```
What steps will reproduce the problem?
1.
#this works -draws a triangle
pyglet.graphics.draw_indexed(4, pyglet.gl.GL_TRIANGLES,
[0, 1, 2, 0, 2, 3],
('v2i', (100, 100,…