Ogre + other rendering system

Problems building or running the engine, queries about how to use features etc.
hush
Gnoblar
Posts: 2
Joined: Fri Jan 21, 2005 12:34 pm

Ogre + other rendering system

Post by hush »

Hi All

I am totally new in Ogre topic. I am curious is it possible to integrate Ogre with other rendering system for example I have my own terrain system which uses D3D 9.0 and I would like to use Ogre to render objects such as vehicles, airplanes and so on. Is it possible at all??

best regards
Martin

ps. If such topic occurred already, forgive me my laziness.
User avatar
:wumpus:
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 3067
Joined: Tue Feb 10, 2004 12:53 pm
Location: The Netherlands
x 1

Post by :wumpus: »

It would be best to make your terrain engine into a Scene Manager for OGRE, so that you can plug it into your ogre using program to render the static geometry.
hush
Gnoblar
Posts: 2
Joined: Fri Jan 21, 2005 12:34 pm

Post by hush »

I suspect only way is to plug into scene manager somehow but my terrain isn't static geometry - is it problem ??