Default terrain scene manager

codedjinn

18-09-2007 11:25:45

Hi,

I would like to know if anyone has written a wrapper class like the PLSM2Helper for the default terrain scene manager for OGRE?

If not, is anyone planning to? I am currently using it and the Paging Landscape is a bit overkill for me, but I would still like access to the default generated terrain's vertex/index data.

Any help would be appreciated,
Thank you

bleubleu

25-09-2007 00:04:04

Hi!

I dont know of any such helper for the standard terrain manager. But it should only take you half an hour to create one in managed C++. If you are not familiar with MC++, I would suggest you to take a look at PLSM2Helper. It's really a very simple wrapping job.

Mat

codedjinn

04-10-2007 01:18:06

Hi,

I was hoping maybe that someone has done it already.

But thank you very much for the reply.