Does anyone know if there is a function that takes a Rectangle image and can project it to 4 points? I don't want to deal with 3D but I need it to fake perspective of wall images. Thanks.
2D Image Perspective
BlitzMax Forums/BlitzMax Programming/2D Image Perspective Look for textured polygon routines
Thanks. I've been looking for one but I can only find DrawPoly in Max2D.
Thanks!
RedSpark, if you find something that works reliably, could you take the time to post the code/module here in this thread for easy referencing? I'm going to need something like this soon and it would help to locate it if it was in this thread. ;) Thanks for your time.
Sure thing.
Thanks RedSpark, much appreciated. :)
I found this code archive entry by Proger which does exactly what you need - draws a textured polygon, nothing more, nothing less.