mne.viz.set_3d_options

mne.viz.set_3d_options(antialias=None)[source]

Set 3D rendering options.

Parameters
antialiasbool | None

If not None, set the default full-screen anti-aliasing setting. False is useful when renderers have problems (such as software MESA renderers). This option can also be controlled using an environment variable, e.g., MNE_3D_OPTION_ANTIALIAS=false.

Notes

New in version 0.21.0.