Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试以这种方式从多边形中合并:
您可以从箭头看到方向:顺时针表示孔,逆时针表示实体。
但正如结果所示,它不起作用。我尝试了所有 GLU_TESS_WINDING_RULE 组合,但无法使其工作。
裸露的 GLUtesselator 可以做到这一点,还是我需要其他一些库?Clipper lib可以做到吗?
General Polygon Clipper 库可以对多边形进行布尔运算。