Ogre specific code for the Shortguide
shortguideWorld 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");