English 中文(简体)
OGRE: Non-Standard Resolution
原标题:
  • 时间:2011-01-09 15:30:27
  •  标签:
  • 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?

最佳回答

There are no any restrictions for using non standard (4:3) aspect ratio screen resolution in Ogre. Default OGRE configuration window just show list of defaults resolution. But if you need other screen side you should create it from the code directly depending on the dimensions of your input video.

问题回答

暂无回答




相关问题
Do you need to call CoInitialize() when using Direct3D9?

My understanding was since D3D is using COM, the answer is yes. But in the Ogre rendering engine, it appears this is never called. Is this fine or an oversight - if so could it have some actual ...

OGRE: Non-Standard Resolution

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, ...

How to build a sample Ogre / Xcode template for iphone?

Hi I have installed Ogre 1.7 , Copied iphone dependencies and the project is running in simulator with around 25 sample projects. I need to build a template with only one sample example. Can you ...

How to get a windowless application in Ogre?

I m trying to create a windowless Ogre application, but it seems that the method RenderWindow::setVisible(false) is completely ignored by the application. Is there a way to accomplish that? Thank you ...

Integrating OGRE 1.7 in Qt

I need to integrate Ogre 3d in Qt 4. I found several codes and suggestions which are unfortunately out-dated. I liked this tutorial http://irmatden.developpez.com/tutoriels/qt/integration-ogre-qt/ ...

I need help with this ogre dependent header (Qgears)

I m 2 errors away from compiling Qgears. (Hacked Version of the Final Fantasy VII Engine) I ve messed with the preprocessors to load the actual location of the ogre header files. Here are the errors:...

热门标签