Cage-Based-Deformation-MVC
Cage-Based-Deformation-MVC copied to clipboard
An application that allows users to deform meshes in a smooth and realistic way in real-time.
Gives the below error at the last step of make Linking CXX executable 3DA_project_CageBasedDef_bin Undefined symbols for architecture arm64: "Eigen::MatrixBase::determinant() const", referenced from: MeanValueCoordController::ComputeMVWeights() in MeanValueCoordController.cpp.o ld: symbol(s) not found...
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), which stores all the viewing options. Thus, when I...