how to set TextureMaterial (.png) transparent? when i set
TextureMaterial(Mesh(loader.getChildAt(i)).material).alphaBlending = true ;
all show wrong ! Mesh normal flip. i can see mesh inside from outside!!!
TextureMaterial(Mesh(loader.getChildAt(i)).material).bothside = true ;
doesn`t work!