Hi, I'm trying to dynamically create 3D pages with text on it. I have a base texture for my 3D page mesh and a scene with a label as a child of a subviewport.
I'm correctly waiting for the next render frame before getting the texture etc. And it basically works BUT it produce a black background while it should be transparent since there is nothing aside the label (see image).
I've tried playing with the Subviewport options with no success.
I'm putting the texture in material_overlay fyi.
If you have any idea, I'll gladly try it out.