-
Hi marco, vis = ve.plotter.Plotter(bg='black', size=(1080, 768)) Also, in the above example, does the addCallback function know about the plotter object? Is that passed automatically? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is no way to pass extra arguments... but I cannot think of a case where this is really necessary, given that you can have variables in same scope of callback or access them in a class structure. |
Beta Was this translation helpful? Give feedback.
There is no way to pass extra arguments... but I cannot think of a case where this is really necessary, given that you can have variables in same scope of callback or access them in a class structure.
If the variable is in a different file you can still import it..