Geometry Decal?

5:50

Is that possible to reproduce in Godot?

Through decals you can add a white albedo texture and a normal map like is shown in the demo video. Set albedo mix to 0. I highly doubt this will be performant though I have not tested decals extensively.

The Decal just become white

Did you set the albedo mix to 0?

This is it!
The only thing left is some kind of “Region” like in Sprite2D

1 Like

You can create a set of AtlasTextures to region-ify any texture (may behave strange in 3D)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.