Skip to content

vcs.Canvas.setantialiasing unusable #1400

@alliepiper

Description

@alliepiper

vtkRenderWindow needs to have multisampling settings specified before the first render, but currently setantialiasing can only be used before the window is created (which triggers an error) or after initialization (which has no effect).

The easy fix would be to make an antialiasing ivar in the canvas or backend that can be set between calls to vcs.init and Canvas.plot, and warns if called after the window is already initialized.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions