You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
hey guys. I'm using a viewport (640,800) in a 1280x800 resolution and the level is fine. I'm using some draw2DImage instructions to draw parts of the GUI and somehow all the images are scaled down (half the width of the original image). Now this seems to be 640/1280 = .5, fine. But how can I display my images as usual? Is this a bug or intented?