alex-moon / vc

MIT License
22 stars 6 forks source link

Investigation: antialiasing #20

Open alex-moon opened 3 years ago

alex-moon commented 3 years ago

It would be useful, for scaling up purposes, if we could antialias the 3D in vispy. This should be doable:

https://github.com/vispy/vispy/wiki/Tech.-Antialiasing

This should be either very straightforward or impossible:

from OpenGL import GL
GL.glEnable(GL_LINE_SMOOTH)
# or
GL.glEnable(GL_MULTISAMPLE)