Open alex-moon opened 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)
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: