replaced static tutorial_shared_path string with #define
Former-commit-id: bd37fbf7c1
This commit is contained in:
@@ -14,7 +14,7 @@ float floatVariable = 0.1f;
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
// Load a mesh in OFF format
|
||||
igl::readOFF(tutorial_shared_path + "/bunny.off", V, F);
|
||||
igl::readOFF(TUTORIAL_SHARED_PATH "/bunny.off", V, F);
|
||||
|
||||
// Init the viewer
|
||||
igl::viewer::Viewer viewer;
|
||||
|
||||
Reference in New Issue
Block a user