- Downlaod zip model file
SMPL_python_v.1.0.0.zipfrom https://smpl.is.tue.mpg.de/download.php - Put
basicModel_f_lbs_10_207_0_v1.0.0.pklandbasicmodel_m_lbs_10_207_0_v1.0.0.pkltodelfem2/test_inputs. - Install
chumpywith the commandpip3 install chumpy - Run
delfem2/test_inputs/smpl_preprocess.py - Then
smpl_model_f.npzandsmpl_model_m.npzwill apper underdelfem2/test_inputs/
These demos use OpenGL version 2.1 and GLSL shaer version 1.2 which are depricated in many environment. But still it is convenient to use legacy functions such as glBegin(), glEnd(). We will eventually consider porting these demo into newer OpenGL >= 3.3 in the examples_glfwnew folder.