Blending Water and Fog Effect

Started by
4 comments, last by nbertoa 12 years ago
Hi GameDev community.

I want to show a blending water effect and fog effect that I implemented using DX10 and C++



https://sites.google.com/site/nicolasbertoa/blending-water-and-fog-effect

Thanks !
Advertisement
The water definitely has some character, but make it calmer and it will be more appealing.
[size=2]Ruby on Rails, ASP.NET MVC, jQuery and everything else web.. now also trying my hand on games.
Hi,

The water should be more than just a transparent plane on top of the terrain ie. deeper the water is, less light is able to reach the terrain surface.

Best regards!
@HNicolas: Maybe you are right, it must be quieter.

@Kauna: Thanks for your suggestion. Currently the water texture has an alpha based on the algorithm to generate the terrain, the problem is that I increase and decrease the water, and the alpha channel do not change, because is the same texture obviously, and maybe that is the problem here, in some cases the user cannot appreciate the different color according to terrain deep.
I like the non-blended water version a lot more. Has huge retro effect. smile.png
I agree with Kauna too, the water looks like drinkable tap-water with this transparency.
[size=2]Ruby on Rails, ASP.NET MVC, jQuery and everything else web.. now also trying my hand on games.
@HNikolas:



I like the non-blended water version a lot more. Has huge retro effect.
[/quote]
Yeah! That's true :)

I agree with Kauna too, the water looks like drinkable tap-water with this transparency.[/quote]
I will try with different textures.

Thanks!

This topic is closed to new replies.

Advertisement