- Home /
how to face warp in Unity. A mobile Application
i want to make an app using unity. The idea is user select the image from their mobile then by gesture/drag it can wrap face like increase/decrease nose of picture. i look around a found that i have to it by meshes. can any one point me to the direction or some example or some tutorial related to it. i have attach the image for more clarification. Thanks
Answer by IgorAherne · Jan 27, 2017 at 10:21 AM
Don't know of any tutorial, but you could do the following:
have a subdivided plane in front of your camera
uv-unwrap the plane, so that the image applies nicely to it
instead of usual image, stick a render texture on it
where the user clicks, find a vertex on your subdivided plane, make all vertices around it push outwards from that 'special vertex'
hi IgorAherne Thank you for the workflow. Will implement it and will let you know how thing goes.
Your answer

Follow this Question
Related Questions
Flat, seamlessly wrapping 3D world? 0 Answers
Wrapping a Textmesh text 5 Answers
GameObject Moving Slow when drag with hand 0 Answers
How to calculate a TextMesh width without rendering it ? 2 Answers