for your mirroring, will the texture tile? Within the texture properties (double click your texture), you can set it to CLAMP (edge pixels repeat for infinity), WRAP (default tiling), or MIRROR, which will flip the texture on every tile. You can set this on X and Y individually, so you can wrap Y and mirror X if need be.…