Page 1 of 1

Edge 3.987 Landscape problem

PostPosted: Oct 6, 2010 @ 10:17am
by fella

Re: Edge 3.987 Landscape problem

PostPosted: Oct 7, 2010 @ 8:10pm
by edge
Hi Fella.

Try to set config->orientation to DOR_LANDSCAPE in the OnDisplayConfig callback of your framework. Remove all calls to rotate/translate and see if it works. Also, we recommend using the display GetWidth and GetHeight calls to pass to the Perspective2D function.

Johan