From 2329c00faa06a41198502a8227d2f7879bd4d7d3 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Wed, 16 Nov 2016 16:12:59 -0800 Subject: Add RtMidi for midi control, use the --midi option in premake, and see update to OpenVR sdk 1.03 from https://github.com/ValveSoftware/openvr add camPosX/Y/Z and camRotZ to adjust relative camera/world transform for VR (so you can align virtual table with real table etc) tweak quadruped.py to move a bit add mouse picking to physics server --- build_visual_studio_vr_pybullet_double.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_visual_studio_vr_pybullet_double.bat') diff --git a/build_visual_studio_vr_pybullet_double.bat b/build_visual_studio_vr_pybullet_double.bat index 6ca0652b9..f4c43cbb5 100644 --- a/build_visual_studio_vr_pybullet_double.bat +++ b/build_visual_studio_vr_pybullet_double.bat @@ -16,6 +16,6 @@ del tmp1234.txt cd build3 -premake4 --double --enable_openvr --enable_pybullet --python_include_dir="%myvar%/include" --python_lib_dir="%myvar%/libs" --targetdir="../bin" vs2010 +premake4 --double --midi --enable_openvr --enable_pybullet --python_include_dir="%myvar%/include" --python_lib_dir="%myvar%/libs" --targetdir="../bin" vs2010 start vs2010 -- cgit v1.2.1