Default anti-aliasing causing the issue?

Hi, I’ve been looking into issue #19 lately.
I think that it might’ve been because smooth() is not implemented in the native p5py.

Also, referring to the progress sheet, I say that the default is left for anti-aliasing.

But then there’s this comment by @abhikpal https://github.com/p5py/p5/issues/19#issuecomment-350084580

what do you think?

1 Like

I’ve tested this (Linux, non-HiDPI display). I get the same ‘chunky’ edges. It’s an open issue on GitHub, the second-oldest one in the list.

Sounds like something that requires some OpenGL know-how. The manual tessellate alternative seems problematic. It’s waiting for somebody to fix.

3 Likes