LiangliangNan / Easy3D

A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
GNU General Public License v3.0
1.37k stars 245 forks source link

Edges highlight #109

Closed yidahuang closed 2 years ago

yidahuang commented 2 years ago

Hi Liangliang, I found an issue with edges highlight rendering. It looks like this function doesn't work. Could you please check it? image

LiangliangNan commented 2 years ago

Now Mapple supports highlighting a range of line segments (specified by the min and max indices of the edges). A known limitation of current implementation: effective only in plain rendering mode and for lines with a width of 1.