Jump to content

Wet Surface Modelling


photo

Recommended Posts

Posted

Hi UNIGINE,

 

do you have a tip for convincing wet surface rendering of streets during/after rain fall. Wet surface darkening and coarse environment (e.g buildings, cars) and car/street light reflections on the road surface are the most important requirements. Variation of specular/environment reflections on the street to simulate water puddles on uneven road surface would be great. Some kind of additional texture animated rain drop effect would be perfect :)

 

Any ideas would be helpfull

Posted

Hi UNIGINE,

 

do you have a tip for convincing wet surface rendering of streets during/after rain fall. Wet surface darkening and coarse environment (e.g buildings, cars) and car/street light reflections on the road surface are the most important requirements. Variation of specular/environment reflections on the street to simulate water puddles on uneven road surface would be great. Some kind of additional texture animated rain drop effect would be perfect :)

 

Any ideas would be helpfull

 

This immediately springs to mind - I don't think this implementation is real time but I don't see why the basic idea couldn't be done realtime.

http://www.blendernation.com/2010/09/21/dynamic-paint-beta-released-realistic-rain-video/

Posted

To reach this effect you can use particles and materials with reflection.

For road you can use the material for plane surfaces with reflection property (mesh_reflection_2d_base).

Use particles for splashes and transparent particles with refraction to simulate the distortion on the road surface.

Also you can add more lights(which is not expensive, it can be spot or deffered lights)

For other surfaces (buildings and etc.) сustomize specular and diffuse parameters to illuminating an objects.

Posted

This can be achieved as post processing material. Deferred buffer is wide now and contains depth, normal and diffuse information. So we can simulate water drops, wet color transformation and fake screen space reflection. We will provide such post material soon.

Posted

This can be achieved as post processing material. Deferred buffer is wide now and contains depth, normal and diffuse information. So we can simulate water drops, wet color transformation and fake screen space reflection. We will provide such post material soon.

 

This is even better news, great !

  • 9 months later...
Posted

post_filter_reflection is ready. But Crytek was first.

00001.jpg

00002.jpg

00003.jpg

00004.jpg

00005.jpg

00006.jpg

00007.jpg

00008.jpg

Posted

post_filter_reflection is ready. But Crytek was first.

 

Great work Alexander ! But seems to be quite performance intensive according to FPS drop between non-reflection and reflection version

  • 1 month later...
Posted

Indeed, the frame drop for this effect is pretty huge.

Posted

how to use this filter? there is no document for this filter.

how to specify the objects with reflections?

Posted

Added.

 

Indeed, the frame drop for this effect is pretty huge.

Yep, it is pretty heavy. But you can decrease the number of rectecting material, the number of samples and the step. That would alleviate the rendering load.

×
×
  • Create New...