Update vhacd.py

This commit is contained in:
NiranthS
2020-04-23 23:35:00 +05:30
committed by GitHub
parent ccf3426748
commit ac3357ee45

View File

@@ -2,7 +2,10 @@ import pybullet as p
import pybullet_data as pd
import os
import pybullet_data
p.connect(p.DIRECT)
p.setAdditionalSearchPath(pybullet_data.getDataPath())
name_in = os.path.join(pd.getDataPath(), "duck.obj")
name_out = "duck_vhacd.obj"
name_log = "log.txt"