Cleaned up python tutorials and added dependency checks to all tutorials

Former-commit-id: 246017f041
This commit is contained in:
Sebastian Koch
2016-06-07 16:28:06 +02:00
parent c94e83cf08
commit 594aad7067
30 changed files with 621 additions and 513 deletions
-3
View File
@@ -1,6 +1,4 @@
import sys, os
import random
from math import cos, sin, pi
# Add the igl library to the modules search path
sys.path.insert(0, os.getcwd() + "/../")
@@ -12,7 +10,6 @@ dependencies = ["viewer"]
check_dependencies(dependencies)
viewer = igl.viewer.Viewer()
# Quad mesh generated from conjugate field