You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, what's wrong, and what you expected.
Not sure whether this is a bug or intended behavior. I thought that BackgroundPlotter was supposed to allow mouse interaction while other code is running on the main thread. However, running the example below, the window opens and the sphere displays, but the window is unresponsive to mouse events - e.g., trying to rotate or zoom the camera view. System information and package versions are noted below.
To enable interaction with the BackgroundPlotter while running other operations, you should integrate it within a Qt application event loop. Here's how you can modify your code:
Describe the bug, what's wrong, and what you expected.
Not sure whether this is a bug or intended behavior. I thought that
BackgroundPlotter
was supposed to allow mouse interaction while other code is running on the main thread. However, running the example below, the window opens and the sphere displays, but the window is unresponsive to mouse events - e.g., trying to rotate or zoom the camera view. System information and package versions are noted below.Steps to reproduce the bug.
System Information
Screenshots
No response
The text was updated successfully, but these errors were encountered: