sovid – Body

Sketch!

I really can't explain the design inspiration for this one. I mainly wanted to play around with 3D in P5, and having just watched 'A Fish Called Wanda'

and modeled a cowboy hat for fun, I decided to combine them all. The program tracks your face rotation and monitors your blinks and the model follows that data. Working with multiple colors proved difficult, especially because I couldn't use textures I had on the model since the UV maps didn't work in P5. Using the BRFv4 face tracker, I used the rotation value to move the model, and figured out the points for the eyes. Each eye had six points - two on the top, two on the bottom, and one on each corner.

I was able to track blinks by finding the ear aspect ratio between each point on the eye, using research by a team named Soukupová and Čech.