RihuiAn

Results 2 comments of RihuiAn

So, do you have any good solutions? I don't know how to fix it by slightly moving the lines outward by the line-width.

def Color_point(x, z, y, scale): w = 255 x_color = x * w / float(scale) y_color = y * w / float(scale) z_color = z * w / float(scale) r...