Tagged Questions
2
votes
2answers
300 views
How can one access the depth buffer for Unreal Tournament 2004?
I'm looking for a way of getting depth buffer data for a virtual 3D sensor.
Currently the method used is raycasting (implemented in UnrealScript), but I want to use the depth buffer data instead for ...
2
votes
2answers
650 views
How to create a mini-game?
I am wondering how to creat a mini-game like "Diner Dash" or like "Big Fish Games". I want my game to be 2d, but it looks like 3d: see this image. ...