Post Your Irrlicht Screenshots / Render Here.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
-
- Posts: 168
- Joined: Sun Feb 04, 2007 3:30 pm
- Location: France
-
- Posts: 1029
- Joined: Thu Apr 06, 2006 12:45 am
- Location: Tennesee, USA
- Contact:
Hummm.. i thought the difference between HDR and bloom was that HDR could light the whole scene with its own information, the so called Image Based Lighting, ir IBL for short. Bloom is a postprocessing effect. In fact, i rather bloom, HDR over exposes too much the colours, and, if done with care, Bloom may add a lot of realism to scenes. Obviously, that is an exagerated example, to show the differences, but a good bloom, is impressive.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Bloom just does a bright pass (only bright colors are drawn), blurs it and adds it to the scene.
HDR uses a color range that exceeds the display range (which is 255 per channel). That means there are white surfaces and "whiter than white" surfaces.
Tone mapping is used to determine the overall brightness of the scene and then renders accordingly.
For example if you're outdoor you can see all the grass and trees and stuff and looking into a cave only shows you darkness (pure black). Now if you enter the cave your eyes adjust and you can see better. The "black" cave is now visible to your eye. Looking outside you'll be blended by the light thus seeing only "white". This is only possible by using a higher range of colors.
So there's a big difference in bloom and tonemapping (HDR is NOT a technique!). Bloom is just a cheap effect to create the illusion of very bright objects while tonemapping is trying to recreate the effect of our eyes to adjust to certain environments.
HDR uses a color range that exceeds the display range (which is 255 per channel). That means there are white surfaces and "whiter than white" surfaces.
Tone mapping is used to determine the overall brightness of the scene and then renders accordingly.
For example if you're outdoor you can see all the grass and trees and stuff and looking into a cave only shows you darkness (pure black). Now if you enter the cave your eyes adjust and you can see better. The "black" cave is now visible to your eye. Looking outside you'll be blended by the light thus seeing only "white". This is only possible by using a higher range of colors.
So there's a big difference in bloom and tonemapping (HDR is NOT a technique!). Bloom is just a cheap effect to create the illusion of very bright objects while tonemapping is trying to recreate the effect of our eyes to adjust to certain environments.
I would prefer the first image when playing a game, because bloom is very easy to overdo and then it ruins everything. Makes it seem like your eyes are a little hazy.
Here are some cheap explosion effects when buildings are destroyed. They are just billboards with texture animations. Got to look into something more nifty. Any ideas?
Here I blew up my power plant.
After getting myself all worked up, I blew up the enemy defence tower. Take that!
And then I went back to my base and blew up the command center
Here are some cheap explosion effects when buildings are destroyed. They are just billboards with texture animations. Got to look into something more nifty. Any ideas?
Here I blew up my power plant.
After getting myself all worked up, I blew up the enemy defence tower. Take that!
And then I went back to my base and blew up the command center
-
- Posts: 1638
- Joined: Mon Apr 30, 2007 3:24 am
- Location: Montreal, CANADA
- Contact:
For me the explosion look nice.
Other things you could attemps for more realism:
- Dynamic light source matching the explosion radius.
- Adding billboards for a smoke effect using the particle system (fading after a time)
- Adding Gib's parts of your plant and move them using physic (or even the IRRklicht base collision response animator) while at the same time fading your plant or hiding it to releal a version ofthe plant that is "blowed up".
Other things you could attemps for more realism:
- Dynamic light source matching the explosion radius.
- Adding billboards for a smoke effect using the particle system (fading after a time)
- Adding Gib's parts of your plant and move them using physic (or even the IRRklicht base collision response animator) while at the same time fading your plant or hiding it to releal a version ofthe plant that is "blowed up".
Oh geez Yoran, you didn't have to do that . Guess I'll chuck one in from i3 too (Sorry this is a slightly older shot):
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