Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information

This shader will create a 3D hovering effect with mouse interaction on a canvas item like TextureRect. Also, it renders a specular highlight that changes with hover.
3D-Hover-Shader
This shader will create a 3D hovering effect with mouse interaction on a canvas item like TextureRect. Also, it renders a specular highlight that changes with hover.
Shader Properties:
- Tilt Scale - Amount of tilt on mouse hover
- Is Specular Light - Enable/disable specular highlight
- Specular Light Intensity - specular highlight strength
- Specular Light Power - controls the spread of specular highlight
- Mouse Pos - This is the mouse position that will be set via GDScript attached to the canvas item.
It is recommended to use a texture with some transparent space at the borders so that the image is not clipped when tilted.
This shader will create a 3D hovering effect with mouse interaction on a canvas item like TextureRect. Also, it renders a specular highlight that changes with hover.
Reviews
Quick Information

This shader will create a 3D hovering effect with mouse interaction on a canvas item like TextureRect. Also, it renders a specular highlight that changes with hover.