pybullet.createVisualShape: process sphere radius, box half extents, capsule+cylinder radius/length

fixes issue #1427, https://github.com/bulletphysics/bullet3/issues/1427
This commit is contained in:
Erwin Coumans
2017-12-30 17:42:13 -08:00
parent 4084c1cc71
commit 9c55b61315
2 changed files with 71 additions and 24 deletions

View File

@@ -82,10 +82,9 @@ file.close()
file1 = open("saveFile.txt","r")
file2 = open("restoreFile.txt","r")
#file3 = open("saveFile.txt","r")#saveFileReorder.txt","r")
compareFiles(file1,file2)
#compareFiles(file1,file3)
while (p.getConnectionInfo()["isConnected"]):