Direct3D viewport problems

2007-05-01 Thread Robert Fairlie
Hello, I'm having problems with DirectX viewports under Wine. I'm rendering to an offscreen surface and then copying the contents of the offscreen surface to a window. I first set the viewport to coincide with the window, i.e.

Re: Direct3D viewport problems

2007-05-01 Thread H. Verbeet
On 01/05/07, Robert Fairlie [EMAIL PROTECTED] wrote: Since iSize is only about a fifth of the window height, I would expect the arrow to be displayed at the bottom left of the window. but it's actually being displayed at the top left. The main part of the scene rendered with the first viewport

Re: Direct3D viewport problems

2007-05-01 Thread Stefan Dösinger
Am Dienstag 01 Mai 2007 13:17 schrieb H. Verbeet: On 01/05/07, Robert Fairlie [EMAIL PROTECTED] wrote: Since iSize is only about a fifth of the window height, I would expect the arrow to be displayed at the bottom left of the window. but it's actually being displayed at the top left. The