Shadow mapping demo
-
- Posts: 21
- Joined: Thu Feb 20, 2014 7:39 pm
Shadow mapping demo
Is there a working demo somewhere showing soft shadow mapping in action?
Re: Shadow mapping demo
Please use search function. There are a lot of topics related to shadow mapping. Demos are available too. One of example is XEffects.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Re: Shadow mapping demo
Though XEffects isn't "shadow mapping" per se, though you could adapt the code.
Shadow mapping cannot be done in a demo as it requires bypassing the Irrlicht rendering loop (smgr->drawAll()).
Soft shadows is a research topic. But there is a bit on the web - VSM, PSSM, etc.
Shadow mapping cannot be done in a demo as it requires bypassing the Irrlicht rendering loop (smgr->drawAll()).
Soft shadows is a research topic. But there is a bit on the web - VSM, PSSM, etc.
-
- Posts: 21
- Joined: Thu Feb 20, 2014 7:39 pm
Re: Shadow mapping demo
Where is XEffects? All links I have found were broken or pointed to some file sharing site. Does it have a github repo?
Re: Shadow mapping demo
Hey dude,mongoose7 wrote:Though XEffects isn't "shadow mapping" per se, though you could adapt the code.
Shadow mapping cannot be done in a demo as it requires bypassing the Irrlicht rendering loop (smgr->drawAll()).
Soft shadows is a research topic. But there is a bit on the web - VSM, PSSM, etc.
Actually it is shadow mapping and implements VSM which are pretty "soft" I guess.
Here is a link: http://www.sendspace.com/file/8lpzoq
Github wasn't really a thing back in 2008 unfortunately
Cheers,
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