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
Context
F3D has a "dropzone" to let user know they can drop files into it. This dropzone is implemented using VTK actors, but it should be converted to ImGui widgets, especially because this is the last vtkTextActor in use.
The dotted line itself can stay a vtkActor if needed, only the text part must be converted, but converting all is of course perfectly fine.
The text was updated successfully, but these errors were encountered:
Context
F3D has a "dropzone" to let user know they can drop files into it. This dropzone is implemented using VTK actors, but it should be converted to ImGui widgets, especially because this is the last vtkTextActor in use.
The dotted line itself can stay a vtkActor if needed, only the text part must be converted, but converting all is of course perfectly fine.
The text was updated successfully, but these errors were encountered: