This program is based on the following paper : Ji, Zhongping & Liu, Ligang & Wang, Yigang. (2010). B-Mesh: A Modeling System for Base Meshes of 3D Articulated Shapes. Comput. Graph. Forum. 29. 2169-2177. 10.1111/j.1467-8659.2010.01805.x.
Here are some demos on how the program works :
- https://youtu.be/_TSeF4pfgXs (creation of a flower)
- https://youtu.be/cQEg5ELrk8Y (creation of a dog)
Contributors :
- Timothée Chauvin
- Ginger Delmas
- Corentin Dumery
Supervisor : Jean-Marc Thierry (https://perso.telecom-paristech.fr/jthiery/)
- glut and blas (easily found on the web)
- Qt >= 5.0
- OpenGl >= 3.0
- run the install script :
bash install.sh
qmake
make
(from build folder)