Missing registerCompositorLogic

Jo0oker

27-02-2011 20:46:59

Hello,

i tried to convert the SSAO sample from the 1.7 SDK to C#, but i have some problems with the following line:


compMan.registerCompositorLogic("SSAOLogic", new SSAOLogic);
compMan.registerCustomCompositionPass("DeferredLight", new DeferredLightCompositionPass);


But i can't find the method registerCompositorLogic. I know that someone else (token) tried this also before, and
stopped at this point, but i can't find any solution.

It would be very nice, if someone have an idea.

Greets,
Jo0oker