Hi, I used Irrlicht years ago, and at that time video::EMT_PARALLAX_MAP_SOLID material worked with max 2 lights.
Is situation nowadays different with newer versions of Irrlicht?
If not, does anyone have upgraded shader?
Thank you
EMT_PARALLAX_MAP_SOLID shader
Re: EMT_PARALLAX_MAP_SOLID shader
Same situation. You have to write your own shader if you need this to work with more lights.
Basically I'd look how xeffects does handle single light (or does it already handle more? I don't even know...) and then modify it to pass more lights.
Basically I'd look how xeffects does handle single light (or does it already handle more? I don't even know...) and then modify it to pass more lights.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm