mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-26 20:16:03 +00:00
Update vhacd.py
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user