I have 3 rectangles being rendered here. Let's say i wanted to move them all above the line yet keep their order, how would i go about that? I tried subtracting the Y and height rather than adding the Y it but as expected, the lower rectangle goes at the top, middle stays in the middle and top goes to the bottom
before:
z http://screensnapr.com/e/Lljb6S.png
after: z http://screensnapr.com/e/EgWID2.png
So is there any simple solution to render them just above rather than having to change all values ?