CEGUI, PLSM, Scene Managers, etc...

EagleEye

20-12-2005 19:11:28

CEGUI defaults to using the General scene manager... but I recently found out that if you change to the PLSM scene manager (using SceneType.ExteriorVeryFar), you have to tell CEGUI to use that scene manager as well.

This is handled via the so-far-ignored Ogre.CeguiRenderer part of the ODN project.

As it turns out, nothing has really been wrapped in this area of the project.

So... I started working on it a little... I got rid of a few of the basic types by simply copying the CLSCompliancy.i file to that project as well...

As of right now, there are 11 "SWIGTYPE" files that need to be handled.

I'm working on getting these wrapped... but I may need help and advice...