Update python tutorials to reflect the viewer refactor

This commit is contained in:
Zhongshi Jiang
2018-03-16 20:58:19 -04:00
parent d39d3bad01
commit 8edf097dcf
10 changed files with 66 additions and 66 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ igl.readOFF(TUTORIAL_SHARED_PATH + "beetle.off", V, F)
# Send it to the viewer
viewer = tcpviewer.TCPViewer()
viewer.data.set_mesh(V, F)
viewer.data().set_mesh(V, F)
viewer.launch()