Cage-Based-Deformation-MVC
Cage-Based-Deformation-MVC copied to clipboard
The class Viewer doesn't have the member variable core
In the newest release version of libigl, the member variable core(type:ViewerCore) is removed and instead there is a lis variable core_list(std::vector<ViewerCore>), which stores all the viewing options. Thus, when I run your codes, there are several errors with respect to this problem.