-
```
What steps will reproduce the problem?
1. Display a window.
2. Press a key that produces a non-ASCII character (you may need to set
your keyboard layout to a foreign one).
3.
Paste in the traceba…
-
In the FrostBite 4 engine, they make a distinction between different types of lighting and they only modulate what they call "indirect diffuse" lighting by their ambient occlusion maps. See pages 74/…
-
Problem:
- The scene is lit locally, but SSAO adds additional spatial cues.
Task:
- Add SSAO for the whole scene.
- Implement as effect in di::gfx::View
-
```
What steps will reproduce the problem?
1. run this script
import pyglet
window = pyglet.window.Window()
label = pyglet.text.Label('Hello, world',
font_name='Times New Rom…
-
```
Just started using pyglet and love what I am seeing, excellent work!
I stumbled across this issue while running the examples.
Steps to reproduce the problem:
1. Run the media_player.py example w…
-
```
What steps will reproduce the problem?
1. Following the 'Hello World' App from the programming guide
(http://www.pyglet.org/doc/programming_guide/hello_world.html), when I try
to run it it produce…
-
```
Have you tried Pyglet 1.2 alpha1 or the repository code?
I am currently using the latest repository code as of a few days ago. I tried
searching for other reports on this but I haven
What steps…
-
```
When running this minimal testcase, I get either a freeze (the program
halts and can't be killed with CTRL-C) or an instant segmentation fault.
I discovered it while trying to debug a larger scri…
-
```
What steps will reproduce the problem?
If my application takes long to process some window event, some of the
subsequent events will be dropped. This happens at least for key press
events; I don…
-
```
What steps will reproduce the problem?
1. Display a window.
2. Press a key that produces a non-ASCII character (you may need to set
your keyboard layout to a foreign one).
3.
Paste in the traceba…