Not sure if this is the right place to post but here we go. I'm using the current SVN trunk version of Irrlicht.
I'm trying to update irrRenderer since I don't fancy writing a deferred renderer from scratch but I've had some difficulty understanding how Multiple Render Targets actually work in 1.9-svn vs 1.8.
1.8 seems to have this method which lets you give an array of IRenderTargets, but I can't find a directly corresponding method in 1.9.
I can see there's an addRenderTarget() method (and corresponding methods for remove and removeall...), so I assume you can add multiple render targets and then set them up with setRenderTargetEx?
Primarily I'm not really sure how addRenderTarget should be used to do what I want.
Any help would be excellent, thanks!
