Experimenting with parallax mapping
#godot #godotengine #vfx #shader
@binbun3d do you know of any good resource to learn this? this sample looks great.

@KPD hard to say of a direct resource for it. Try searching "parallax" in godotshaders. I used this https://godotshaders.com/shader/parallax-ice-for-fake-depth-to-plane-meshes/ as reference, but it's for an older version. What mine does is basically what this one does but within a for loop for your set amount of layers.

I'll release this on godotshaders once I'm finished though!

Parallax Ice | Depth effect - Godot Shaders

Small note: This shader uses 2 matrix multiplications to figure...

Godot Shaders
@binbun3d Very cool work on this