README
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. The geoface example in this directory is a modified version of the code
  2. presented in Appendix 1 of Frederic I Parke and Keith Waters's most
  3. interesting book "Computer Facial Animation" (A.K. Peters, ISBN
  4. 1-56881-014-8).  Information about the book can be found at:
  5.   http://www.research.digital.com/CRL/personal/waters/book.html
  6. From the book's Preface:
  7.   This book is about computer facial models, computer generated facial
  8.   images, and facial animation. In particular it concerns the
  9.   principles of creating face models and the manipulation or control of
  10.   computer generated facial attributes. In addition, various sections
  11.   in the book describe and explain the development of specific computer
  12.   facial animation techniques over the past twenty years, as well as
  13.   those expected in the near future.
  14. The original Appendix 1 code (using the aux library) can be found at:
  15.   http://www.research.digital.com/CRL/books/facebook/appendix1/appendix1.html
  16. I've improved the code to add menus, better mouse motion handling,
  17. arrow key support, and less terminal output.
  18. DEC has a program called DECface that looks even more involved:
  19.   http://www.research.digital.com/CRL/projects/DECface/DECface.html
  20. If the example here intrigues you, you'll definitely want the book.
  21. - Mark Kilgard