[w]tech - SMAA and HeightFog

Started by
8 comments, last by GameDev.net 11 years, 9 months ago
Header_blank.png

Before concentrating on the gameplay of Pulsedrive we want to implement some graphics features we would like to use in our game. Both new effects - SMAA and HeightFog - are techniques used by modern games like BF3 or Crysis 2.

__________________________

SMAA


"Enhanced Subpixel Morphological Antialiasing" is a screen spaced post procession effect which uses the contrast of the scene to smooth edges. This is also the reason why it outrules MSAA in deferred renderers, where MSAA can't be used in many cases. Also it is said that SMAA performs faster and better than Nvidias FXAA.

SMAA-Donut.1.png

Because it is a post processing effect and it uses the contrast of the the scene it even works with masked shaders like fences or grids:

SMAA-Fence.1.png
SMAA-FenceDetail.png

We have also decided to run the SMAA before our Depth-Of-Field effect. This enables very fine bluring without too much flickering as you may know from other engines.
Learn more about SMAA here: http://www.iryoku.com/smaa/

__________________________

HeightFog


"Exponential HeightFog" is a great effect to create a homogenous atmossphere. For practical reasons we have integrated as global effect which is specified for each map and completely controllable via scripting.

HeightFog.png
InsideFog.png

If you want to know more about the technique we are using, go here: http://developer.amd...ts_in_Games.pdf (Page 15)

__________________________________________________
wtech_facebook.png wtech_moddb.png wtech_youtube.png wtechportal.png

Click here to view the iotd
Advertisement
Looking great there. Are you considering releasing the engine or just for use with a specific game?
We will release our game Pulsedrive with it first, then, later, the whole toolset. The whole thing will be freeware as well.
Very generous, and great work with the shaders there!
Good work. Keep it on! It´s good that there aren´t only gameplay programmers...
did you implement SMAA in GLSL?
SSMA ?
Thanks for your work, and valued info!
did you implement SMAA in GLSL?

Nope, it's HLSL. Though, they offer a GLSL version on their homepage.

SSMA ?

Fixed, thank you.
Sacs Burberry
Sacs Coach
Coach bourse
Coach sac
Sacs Ferragamo
Sacs Giorgio Armani
Sacs Gucci
Gucci bourse
Gucci sac
Gucci sac à main
Sacs Hermes
Sacs Jimmy Choo
Sacs Louis Vitton
homme Louis Vitton sac à main
Louis Vitton bourse
Louis Vitton sac
Louis Vitton sac à main
Louis Vitton sac à provisions
Sacs Marc Jacobs
Sacs MIU MIU
Sacs Prada
Sacs ToryBurch

This topic is closed to new replies.

Advertisement