replaced static tutorial_shared_path string with #define
Former-commit-id: bd37fbf7c1
This commit is contained in:
@@ -144,10 +144,10 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
using namespace Eigen;
|
||||
using namespace std;
|
||||
igl::readOBJ(tutorial_shared_path + "/armadillo.obj",V,F);
|
||||
igl::readOBJ(TUTORIAL_SHARED_PATH "/armadillo.obj",V,F);
|
||||
U=V;
|
||||
MatrixXd W;
|
||||
igl::readDMAT(tutorial_shared_path + "/armadillo-weights.dmat",W);
|
||||
igl::readDMAT(TUTORIAL_SHARED_PATH "/armadillo-weights.dmat",W);
|
||||
igl::lbs_matrix_column(V,W,M);
|
||||
|
||||
// Cluster according to weights
|
||||
|
||||
Reference in New Issue
Block a user