mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
Update humanoidMotionCapture.py
This commit is contained in:
parent
e9163d0987
commit
844c5b62f4
@ -1,12 +1,15 @@
|
||||
import pybullet as p
|
||||
import json
|
||||
import time
|
||||
import pybullet_data
|
||||
|
||||
|
||||
useGUI = True
|
||||
if useGUI:
|
||||
p.connect(p.GUI)
|
||||
else:
|
||||
p.connect(p.DIRECT)
|
||||
p.setAdditionalSearchPath(pybullet_data.getDataPath())
|
||||
|
||||
useZUp = False
|
||||
useYUp = not useZUp
|
||||
|
Loading…
Reference in New Issue
Block a user