Zhao.MA

Results 202 comments of Zhao.MA

Thx. The HTML grammar issue got resolved by your method. There's another problem, however, is a bit interesting. - `` will rendered as an icon in html. - If I...

For 2D vector drawing, Is using `nanovg` conflicting with the current setup of libigl?

Adding a function to cut a topology-disk mesh (with an edge trail from one part of the boundary to the other) into two parts will be really helpful.

Additionally, as you can see in the image, the code highlight has a same background as the article, and is pretty hard to see. Is `ProsePre` (seems to be a...

The above functionality can be achieved similar like: ``` // cuts -> fCuts: translate the vertex-style cuts into the F oriented cuts representation MatrixXi fCuts; fCuts.resizeLike(viewer.data().F); fCuts.setZero(); std::vector VF, VFi;...

For now, I'm still trying to figure out how the above "looks-simple" task can be achieved from libigl...

OK, I think I made a mistake, the `cut` given to `cut_mesh` should be `#F x 3` of edge idx, not vert idx. But still confused about how are these...

@BruegelN Yeah, this also works, thanks.