Add basic support for showing openvr controllers and tracked objects

This commit is contained in:
James Urquhart 2016-06-15 00:12:27 +01:00
parent 1198932e87
commit e6159a590a
12 changed files with 1903 additions and 45 deletions

View file

@ -27,4 +27,6 @@ if(TORQUE_OPENVR)
endif()
addLib( "openvr_api" )
endif()
addDef(TORQUE_OPENVR)
endif()