I have a game that has two portions which should logically use the same rendering logic, except the data is different for each and the location (translation) and perspective (mirror image) are different.
Should I use a image to render these to, and then blit to the main backscreen, using a transformation, or is there something more logical I should do to get them to draw directly to the backscreen?
J