Allow to build PhysicsServer in VR mode, to see the URDF/SDF robots in proper scale in VR.

Add option to have Z as up-axis for VR examples.
Add OpenVR LICENSE + README file
Don't crash VR app when no HMD is detected, just exit.
For now, don't request debug lines in client, it slows down physics server in VR mode too much.
This commit is contained in:
erwin coumans
2016-07-02 18:53:19 -07:00
parent 471d3652e4
commit d0f20eafd1
7 changed files with 129 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
rem premake4 --with-pe vs2010
rem premake4 --bullet2demos vs2010
cd build3
premake4 --targetdir="../bin" vs2010
premake4 --enable_openvr --targetdir="../bin" vs2010
rem premake4 --targetdir="../server2bin" vs2010
rem cd vs2010
rem rename 0_Bullet3Solution.sln 0_server.sln