How can I create a cube that uses different images for each side?
I would like to choose the images to use dynamically, using the user\'s input.
The obvious solu
Why don't you just copy the separate images into a single one? You can even do that inside your program via a canvas and a snapshot of it.