can I use perspective camera to render my sprite batch?
I am following this and loading simple png square images.
https://code.google.com/p/libgdx/wiki/SimpleApp
all my sprites(those loaded with same texture) look the same size, but I want the camera to be placed at bottom of screen at some positive height, so those sprite which are positioned near top of the screen look smaller. So its right now looking like the one on the left, but I want it to look like the one on the right.