If I have several shapes and/or vertex arrays, can combine them and then transform them together in some way?
For example, if I have two rectangles (1) normally when I rotate them I will look like this (2), but I want to rotate them from the same point (3).
Can I render it to an image and transform it for example?