geometry-processing-introduction
geometry-processing-introduction copied to clipboard
Introductory assignment for Geometry Processing course
Is this too early to submit a pull request?
Is our code expected to work correctly on `beetle.off`? Some of the responses to previous issues imply assumptions about the input mesh that exclude it, though its inclusion in the...
For assignment 1 can we add additional #include for using non-banned igl functions and for std classes such as std::set, or including map?
What is the difference between the number of rows and columns and the inner size and outer size of a sparse matrix?
 I am wondering what the notation V(i, : ) means. For max(F), I guess it is the greater of the width and height of F. If would be great...
I segmented the mesh and got a lot of patches with different genus. I want to parameterize each patch. Do you have any recommended algorithms? [Link](https://rec.ustc.edu.cn/share/c3d0b340-3693-11ed-a57c-3da135ddb17c) to data.  ...
I read the CMakeLists.txt and only main.cpp was compiled into executable. I wonder if there are test involved. If there are no tests, should I use funcitons in Blacklist to...
I don't think the order of rows of E matters. Ask this question to confirm :) Thanks.