Tastenkunst / brfv4_javascript_examples

BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages.
463 stars 148 forks source link

uv mapping #51

Closed whilemouse closed 5 years ago

whilemouse commented 5 years ago

Hi. I like your library. thanks.

advanced - face tracking - face texture overay

I'm intrigued with this. Real face with face image mapping by uv map. I want real face with 3d model(three.js) by uv map. Is it possible?

MarcelKlammer commented 5 years ago

No, I don't think so. You would need to generate a 3d head and put a texture on that head. Then you would need to mark all the 68 points on that texture and calculate the uv map, which then would be static. Then you could just "overwrite" the texture content like done in the face mapping example... but I doubt this will look any good.

whilemouse commented 5 years ago

thanks :)