He draws it multiple times with transparency?. Walla, multipass. I really hate that buzz word.slavik262 wrote:Can you explain what you mean by this? How did you go about it?sio2 wrote:NO RENDER TARGETS.ACE247 wrote:Render Targets...
support for multi-pass shader
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
it means you can simulate post processing manipulating pixels of some render target. You 'save' your screen shot to a texture, manipulate it and then put it on the screen(screen quad). Aint i right?slavik262 wrote: Also,
What do you mean by this?Kalango wrote:Also, rtts ou can simulate post processing via software...its slow tho...
getPixel and setPixel...
I havent test it, but i think this also can work directly on screen without render targets.