NxOgre.org

Index

Ogre specific code for the Shortguide

shortguide

World and Params

Using Ogre, it is usually best to supply the Ogre TimeController.

mWorld = new World("time-controller: ogre");

And Scene!

When creating a Scene. You will need to use the Ogre SceneRenderer.

mScene = mWorld->createScene("gravity: yes, floor: yes, renderer: ogre");