bullet3/Extras/VHACD
Erwin Coumans f0528db5e9 embed V-HACD directly into Pybullet to make it easier to use:
pip3 install pybulle
import pybullet as p
p.connect(p.DIRECT)
p.vhacd("teddy.obj", "teddy_large_newout.obj", "newlog.txt", depth=2,resolution=1000000)
2020-03-16 00:38:52 -07:00
..
inc VHACD -> use Bullet/src/LinearMath instead of a copy of those files 2020-03-15 22:54:01 -07:00
public Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
src VHACD -> use Bullet/src/LinearMath instead of a copy of those files 2020-03-15 22:54:01 -07:00
test embed V-HACD directly into Pybullet to make it easier to use: 2020-03-16 00:38:52 -07:00
premake4.lua add VHACD, with the addition of Wavefront .obj export 2016-09-26 07:16:18 -07:00