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
Currently, with #441 PR, borders are added to the Panel2D with 4 Rectangle2D which can be performance taxing. There needs to be an improvement in the border generation for Panel2D by using textures instead of 4 Rectangle2D's. Also, border needs to be introduced to Rectangle2D as well.
The text was updated successfully, but these errors were encountered:
Hey @antrikshmisri ,
I would like to work on this feature, but I am not getting what do you mean by textures is it using any image file or something related to vtkactor.
Please can you elaborate more about it.
Thanks!
Description
Currently, with #441 PR, borders are added to the
Panel2D
with 4Rectangle2D
which can be performance taxing. There needs to be an improvement in the border generation forPanel2D
by using textures instead of 4Rectangle2D
's. Also, border needs to be introduced toRectangle2D
as well.The text was updated successfully, but these errors were encountered: