Ogre::CompositorLogic Class

Everything related to 3D programming
User avatar
Samuel
Enthusiast
Enthusiast
Posts: 756
Joined: Sun Jul 29, 2012 10:33 pm
Location: United States

Ogre::CompositorLogic Class

Post 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.