Ogre Question

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
mattheweston
Chaos Rift Junior
Chaos Rift Junior
Posts: 200
Joined: Mon Feb 22, 2010 12:32 am
Current Project: Breakout clone, Unnamed 2D RPG
Favorite Gaming Platforms: PC, XBOX360
Programming Language of Choice: C#
Location: San Antonio,Texas
Contact:

Ogre Question

Post by mattheweston »

What is the best SceneManager to use for an outdoor scene set in a stadium?
Image
qpHalcy0n
Respected Programmer
Respected Programmer
Posts: 387
Joined: Fri Dec 19, 2008 3:33 pm
Location: Dallas
Contact:

Re: Ogre Question

Post by qpHalcy0n »

From a cursory view of the documentation, when creating a new SceneManager, you can use the SceneManagerEnumerator interface to create a new scene based on the "typeMask" field in "createSceneManager".

The types are:
ST_GENERIC
ST_EXTERIOR_CLOSE
ST_EXTERIOR_FAR // Likely your best bet
ST_EXTERIOR_REAL_FAR
ST_INTERIOR
Post Reply