This PR adds a real API to select points and areas in vispy Scenes (rather than hiding the functionality in a method of an undocumented member). It also adds a Scene.transform function and fixes a bug where some features wouldn't be enabled when passed in while initializing the Scene.
This PR adds a real API to select points and areas in vispy Scenes (rather than hiding the functionality in a method of an undocumented member). It also adds a
Scene.transform
function and fixes a bug where some features wouldn't be enabled when passed in while initializing theScene
.