I’m prototyping my assignment on Java (Beanshell) and I’m wondering if there is anything similar to:
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Graphics.html#drawImage(java.awt.Image,%20int,%20int,%20int,%20int,%20int,%20int,%20int,%20int,%20java.awt.Color,%20java.awt.image.ImageObserver)
but I need it for curved surfaces, is there any support somewhere for a method which is a bit more involved?
Are there any tips anyone could give me for performance/ease of use?
Thanks.