Distorting an image

Monkey Forums/Monkey Programming/Distorting an image

Zwer99(Posted 2013) [#1]
Hello!

Is it possible to distort an image in monkey like in the street view of google maps when you look around so that the environment looks more 3D?

Thanks!


AdamRedwoods(Posted 2013) [#2]
you could manually by readpixels/writepixels, but otherwise mojo doesn't have a way to warp images by quad vertex.


Zwer99(Posted 2013) [#3]
Alright, thank you! It'll be very interesting to create the right effect ;)