Home
Softono

Godot Extras

Open source GDShader
161
Stars
16
Forks
2
Issues
7
Watchers
1 year
Last Commit

 About Godot Extras

LOD and optimization C++ addons and shaders for Godot 4 and Godot 3

Platforms

Web Self-hosted

Languages

GDShader

Links

Need Help Installing Godot Extras?

We provide expert installation service for this software. Our team will install, configure, and secure Godot Extras on your server. plans start at just $30.

Godot Extras

View on GitHub

Optimization, LOD, and rendering work/plugins for Godot Engine 4.x and 3.x.

The master branch is developed for 4.x and a 3.x branch is available for Godot 3.

Multithreaded LOD in C++ with "Importance" value

A LOD-like system which contains a LODObject that controls child LOD levels through a LODManager autoload. It calculates a discrete LOD value based on your input parameters, supports switching child nodes when a given LOD is reached, sends signals you can hook into to perform distance optimizations (like AI complexity), and calculates a float "Importance" value. Partially inspired by the Significance Manager in Unreal Engine.

Terrain/Vertex colour mixing shader

A shader that was originally intended for terrains, but can be applied to any mesh to add material mixing, detail, and more.

Snow shader

This was supposed to be for a tutorial video, but I kept never getting to it. I decided to, at least, release the tutorial files (including the full shader).