How do I get similar lighting to Realms of the Haunting

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
runyonave
Posts: 3
Joined: Wed Oct 21, 2020 11:57 pm

How do I get similar lighting to Realms of the Haunting

Post by runyonave »

I want to create a level with a similar graphical style of Realms of the Haunting (http://www.hardcoregaming101.net/realms ... -haunting/). In terms of the textures I am guessing it would need Bilinear filtering (nearest neighbour) and very low resolution. For the lighting, I am just wondering if they are baked in, or I should use a shader. Some example screenshots:

https://postimg.cc/BjP1h3Zc
https://postimg.cc/FYS7yxGT
https://postimg.cc/Z0qn7mVB
CuteAlien
Admin
Posts: 9646
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: How do I get similar lighting to Realms of the Haunting

Post by CuteAlien »

My guess would be that it's using a lightmap texture. But it's possible to get same result in different ways (shader, clever tilemaps or even real dynamic spot-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
Post Reply