Master-J / DecalCo

Shader based decal solution for the Godot game engine
MIT License
196 stars 12 forks source link

removed need to have separate instance of each decal #5

Closed Miziziziz closed 3 years ago

Miziziziz commented 3 years ago

and made so you don't need a script on them, except on one shot flipbook decals

Master-J commented 3 years ago

Thanks for the contribution, you solved one of the major issues the addon had! I saw you working on it on your recorded stream and also tested it locally, everything but the GLES2 version of the decal seems to be working as intended. I'm fixing the GLES2 shader right after merging this.