Quad with Shader how to reproduce it flipped

Hi, i have a quad with a shader on, I need to be able to see it from behind too. There is a way to save the quad’s texture to reproduce it on another quad that I previously placed behind.

Thank you for your support

if you want to draw the backside, can put this in the shader:

Cull Off
1 Like

Thank u man, now it works without problems. Have a good day!