-
```
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…
-
Documentation doesn't make clear how to use -d flag, so I tried `-d .com,www..com`. Apparently you should use two -d flags each with one domain.
That is fine, but the error message was really cryptic…
bisho updated
8 years ago
-
```
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,…
-
```
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,
…
-
When I try to setup a config file like decribed here https://letsencrypt.readthedocs.org/en/latest/using.html#configuration-file , it is not possible to generate new certificates.
When I leave out the…
MaStr updated
8 years ago
-
```
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…
-
```
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,…