Hi

I'm trying to write an app which would allow a user to distort a video by dragging the corners around the screen.

Like this: http://www.rubenswieringa.com/code/a.../DistortImage/

....but with a video.

I have done a little directx before (VERY little) and was wondering if the best way would be to map the video as some kind of texture? Or is there a way of doing it using J3D?

I'm completely stumped with where to start so any help is great!