Add physics time scale in VR mode Fix compound collision margin in physics server Enable visuals for rigid body (non-multi-body) URDF/SDF loading in physics server.
7 lines
250 B
Batchfile
7 lines
250 B
Batchfile
|
|
cd build3
|
|
rem premake4 --enable_openvr --targetdir="../bin" vs2010
|
|
|
|
premake4 --double --enable_pybullet --python_include_dir="C:/Python-3.5.2/include" --python_lib_dir="C:/Python-3.5.2/libs" --enable_openvr --targetdir="../bin" vs2010
|
|
pause
|