Skip to content

alfredbaudisch/GodotShaderCollection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot 4 Shader Collection

A collection of general usage 3D Shaders for Godot 4.


Object Space Dissolve Shader

Godot Shader that dissolves the object with respect to Object Space. Even if the object is transformed in world/global space (moved around and rotated), the dissolve position and offset are preserved.

Thanks @nekotogd for porting the Object Space calculation from Godot 3 to Godot 4.

dissolve-godot4-working.mp4

Godot 3 Version

Base World Space dissolve code by @ceceppa. Ported to Object Space by myself.

dissolve-godot3.mp4

Object Space Dissolve with Direction

Dissolve in Object Space with respect to a given Vector3 direction.

dissolve-godot4-with-direction.mp4

Releases

No releases published

Packages

No packages published

Languages