I have been trying to create a UTextureCube at runtime using UTexture2D[6] representing six faces of a cubemap. How do you copy the data from UTexture2D to UTextureCube at runtime in android?
I have been trying to create a UTextureCube at runtime using UTexture2D[6] representing six faces of a cubemap. How do you copy the data from UTexture2D to UTextureCube at runtime in android?