Cage-Based-Deformation-MVC icon indicating copy to clipboard operation
Cage-Based-Deformation-MVC copied to clipboard

The class Viewer doesn't have the member variable core

Open y8han opened this issue 4 years ago • 0 comments

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.

y8han avatar Aug 05 '20 17:08 y8han