Re: [JAVA3D] Example of code that distorts an image/texture to create a new one

2004-10-27 Thread Alessandro Borges
take a look at Java2D API. There is a lot of image operations available, including transforms, rotations, etc. At Java2D demo you can see some examples. Alessandro --- Thierry Milard <[EMAIL PROTECTED]> escreveu: > Hello java3d, > I am greatly looking for a way > A) to take a image, > B) to dist

[JAVA3D] Example of code that distorts an image/texture to create a new one

2004-10-26 Thread Thierry Milard
Hello java3d, I am greatly looking for a way A) to take a image, B) to distort its shape from 4 trapezoid points inside the source image ..   to a square image points. C) and to save it to a new image that could be saved as a jpeg file.   I have done some 3d scenes with camera but I feel lik