OGRE: Non-Standard Resolution
Posted
by
Rafid K. Abdullah
on Stack Overflow
See other posts from Stack Overflow
or by Rafid K. Abdullah
Published on 2011-01-09T15:30:27Z
Indexed on
2011/01/09
15:53 UTC
Read the original article
Hit count: 247
ogre
I am using OGRE to make a re-rendering of the film, which has a wide aspect ratio (around 1.85). The OGRE dialog seems to be showing the standard full screen resolution by default (800/600, 1024/768, etc.), but those obviously have aspect ratios of 1.333 or around that. But as long as I am not running full screen mode, why should I be restricted to these screen sizes only?
I can definitely change the viewport size, but that would make it difficult for me to generate the video later.
Any idea?
© Stack Overflow or respective owner