What should i be using instead of viewport

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
Emersont1
Gnoblar
Posts: 6
Joined: Sun Aug 16, 2015 9:16 pm

What should i be using instead of viewport

Post by Emersont1 »

Hello
I'm currently in the process of implementing Basic Tutorial 6 in OGRE 2.1
As of OGRE 2.1, Ogre::Viewport has been replaced. However, i can't seem to find with what or how.
Any help will be appreciated
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5296
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: What should i be using instead of viewport

Post by dark_sylinc »

The tutorials in the wiki are not really meant for Ogre 2.1
You could read the manual to learn how to port to Ogre 2.1; but if you're starting out I'd recommend you try the tutorials that come with 2.1 samples instead (the ones that have "Tutorial" in it).

The manual is still useful though, as it explains how the Compositor is now an essential part of how Ogre 2.1 renders; and what was done through viewports is now done via Compositor passes.

Cheers
Post Reply