mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-28 05:58:35 +00:00
deformable_torus.py: position camera better
This commit is contained in:
@@ -7,7 +7,7 @@ physicsClient = p.connect(p.GUI)
|
||||
p.setAdditionalSearchPath(pybullet_data.getDataPath())
|
||||
|
||||
p.resetSimulation(p.RESET_USE_DEFORMABLE_WORLD)
|
||||
|
||||
p.resetDebugVisualizerCamera(3,-420,-30,[0.3,0.9,-2])
|
||||
p.setGravity(0, 0, -10)
|
||||
|
||||
tex = p.loadTexture("checker_blue.png")
|
||||
|
||||
Reference in New Issue
Block a user