Hello everyone,
I see that minetest use Irrlicht as engine for the game and I checked the Irrlicht website but I can't find any topic on Stencil Buffer.
I think Irrlicht doesn't support stencil buffer and the portal mod that I want to do needs stencil buffer.
I this moment there are 2 options:
1) stop trying to do portal mod
2) add stencil buffer support to the engine
maybe i can try to implement stencil buffer in the game myself but I have to study irrlicht and i don't know how much it will takes.
I link to you where i learned about portal with stencil buffers
http://en.wikibooks.org/wiki/OpenGL_Programming/Mini-Portal
any suggestion is appreciated