hello,
I am using the Node Material Editor. I want to make a double-sided display material.
Is there any relevant node that can realize it?
Welcome aboard!
You can set this property (among others) by code, after you’ve loaded the material: nodeMaterial.backFaceCulling = false.