Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Face Modelling

  1. #1
    Guest

    Face Modelling

    I'm doing my academic project for a simulate of human face and model it, however, I don't know how to start create the 3D human face model, it's because the face model need to be match for different input photos. Can anyone tell me how can I do?

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Nov 2002
    Location
    Latvia
    Posts
    628

    Re: Face Modelling

    Displacement mapping? You can create net (highly tessalated quad) and use B&W displacement map to set height of each vertex. That could be done on GPU for better performance.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •