Tagged Questions

Debugging is a methodical process of finding and reducing the number of bugs in a game, thus making it behave as expected.

learn more… | top users | synonyms (1)

3
votes
1answer
544 views

Scrolling Box2D DebugDraw

I'm developing a game using Box2D (javascript implementation - Box2DWeb), and I would like to know how I can pan the debug draw. I know the usual answer is - don't use debug draw, it's just for ...
2
votes
0answers
123 views

Annoying flickering of vertices and edges (possible z-fighting)

I'm trying to make a software z-buffer implementation (meaning no DirectX or OpenGL, only a 2D library, SDL to be precise), however, after I generate the z-buffer and proceed with the vertex culling, ...
0
votes
0answers
20 views

How to attach PIX to running app?

Do you know how can I attach PIX or other rendering debuging program to running windows app with directx? Is it possible ? I can only choose in *.exe to run :/ I have Directx SDK June 2010
0
votes
0answers
39 views

HowTo Enable jBullet DebugMode

I would like to render the physics world of jBullet to debug some issues in my game, and I am not finding too much on enabling the debugDraw method of jBullet. Do I need to write my own debugDraw ...