From fcdfee2f1273b6ea56f768b921107ca2d52de70a Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Sat, 12 Sep 2020 19:47:54 -0700 Subject: [PATCH] deformable_torus.py: position camera better --- examples/pybullet/examples/deformable_torus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pybullet/examples/deformable_torus.py b/examples/pybullet/examples/deformable_torus.py index 45001c531..30a736a70 100644 --- a/examples/pybullet/examples/deformable_torus.py +++ b/examples/pybullet/examples/deformable_torus.py @@ -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")