Reflection in Godot 2.1.4

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By abhaskumarsinha
:warning: Old Version Published before Godot 3 was released.

As far I’ve concerned that Opengl2’s GLSL2 has provided support for fake image reflecting surfaces, in which a object reflects the shining glossy surface without any reflection. A fake image is used whose coordinates are changed according to the mesh and the angle of view, which results in a illusion of a Reflection. My previous engine supported it. It ran on OpenGL 1. Godot runs on 2, also this feature is not taken out or is dead.

So, can anyone help me to make those shaders.
**any help will be appreciated **

:bust_in_silhouette: Reply From: volzhs

you can find 3D Water Surface addon on AssetLib.
this will help.

that shader does’t works for me. it runs great in editor but just a grey plane while i run my game

abhaskumarsinha | 2017-12-01 07:43