Master-J / DecalCo

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

Could I export the cube texture with the decal on it? #3

Closed pivettamarcos closed 3 years ago

pivettamarcos commented 3 years ago

I was wondering, does this addon actually change the texture of the cube it's acting on? If so, could I save this texture with the decals embedded on it?

Master-J commented 3 years ago

The decals doesn't interact with an object's material, because of this, it's not possible to save a texture with the decal applied to it.