Page 1 of 1

Ogre::CompositorLogic Class

Posted: Wed Nov 05, 2014 8:36 pm
by Samuel
Hello everyone,

I think I might already know the answer to this, but I figured it couldn't hurt to ask.
Have the Ogre::CompositorLogic Class and any of the Ogre's sample listeners been implemented into Purebasic?

I was working on one of OGRE's sample compositors and I keep getting a "OGRE EXCEPTION(5:ItemIdentityException): Compositor logic not registered" error.
I'm assuming this is because the required listener does not exist.

I can get around this by changing the compositor, but it will take a bit more work. So, I figured I'd just ask before I started messing with it.

Thanks.


EDIT:

I decided to change the compositor to avoid using compositor_logic.
I believe there are only a few other OGRE compositors that use this logic class and with a little work I think I can get around them as well.
If anyone has an answer to my original question I'm all ears, but at this point it's not a big deal to me if this topic goes unanswered.