replace 'viewer.core' with 'viewer.core()' in python tutorials. Use same API style like in C++ however other methods for multiple viewport support still do not have python bindings.

This commit is contained in:
Nico Brügel
2019-06-13 14:58:05 +02:00
parent 7162dbe428
commit 6787393cd1
18 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ def update_visualization(viewer):
viewer.data().clear()
viewer.data().set_mesh(V_vis, F_vis)
viewer.data().set_colors(C_vis)
viewer.core.lighting_factor = overlay
viewer.core().lighting_factor = overlay
def key_down(viewer, key, modifier):