Getting Indices and Vertices from terrain

crankyslap

14-10-2012 22:43:56

I create my terrain using SetWorldGeometry("terrain.cfg"); but I need to copy the indices and vertices it creates so I can pass them on to MogreNewt for collision.. is this possible? Like here: http://www.ogre3d.org/forums/viewtopic.php?t=25069 - but he's using something called TerrainSceneManager and it looks like Mogre doesn't have it.. how do I do this, please? ;)