I want to tilt part of my game display like this:
http://www.jhlabs.com/ip/filters/PerspectiveFilter.html
After searching the web it looks like I need a PerspectiveTransformation:
http://download.oracle.com/docs/cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/PerspectiveTransform.html
However, its not clear to me if this is overkill or what I need to do this in real time, JAI sounds like its just for images, I want to be laying down more dynamic images. Any previous experience in this regard is appreciated.
J