I can't find an answer to this but, let's say I've an image as texture map of 4x4 pixels located at coordinate (0,0) so getX() and getY() return 0 and 0If I resize it with setScale(0.5f) so half the size, the getX() and getY() return the same value 0...