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
Recently I have integrated my project written in Qt with DGtal to display in row several different images, and I discovered lack of interface to remove previous data from scene displayed by Viewer3D. I have added by myself proper code into the class Display3D but I think it will be nice to have something like this by default in DGtal.
The text was updated successfully, but these errors were encountered:
hi @copyme , good suggestion, and pretty easy to implement (e.g. a clear()method in Display3D --Viewer3D inherits from it as others-- which resets all internal data structure --e.g. myCubeSetList..--).
This is the perfect occasion for you to join the dev team ;-)
Recently I have integrated my project written in Qt with DGtal to display in row several different images, and I discovered lack of interface to remove previous data from scene displayed by Viewer3D. I have added by myself proper code into the class Display3D but I think it will be nice to have something like this by default in DGtal.
The text was updated successfully, but these errors were encountered: