Page 1 of 1

draw 2d Image bug

Posted: Sat Feb 24, 2007 2:56 pm
by Magnet
I have a big image (2048,2048)
I am attempt to draw part of this image.

Destination image may be fullscreen!

Code: Select all

driver->draw2DImage(bgTexture, recti(0,0,1024,768), sourceRect,0, 0, true);
And I am got next:

Image

Posted: Sun Feb 25, 2007 9:09 pm
by Magnet
Closed. It is works normaly :-)

Posted: Sun Feb 25, 2007 10:41 pm
by Acki
And what was the problem ???