Blender Git Commit Log

Git Commits -> Revision f35c1a3

Revision f35c1a3 by Joey Ferwerda (HMD_viewport)
March 16, 2016, 18:48 (GMT)
Added OpenHMD in the build structure, uses WITH_OPENHMD so it can be disabled
Has a requirement on libhidapi, cmake checks for that (should be added to install-deps)

Commit Details:

Full Hash: f35c1a339dc02325008c4e6a1d1d0b18a5e85dca
Parent Commit: a9d0ca7
Lines Changed: +3101, -9

23 Added Paths:

/build_files/cmake/Modules/FindHIDAPI.cmake (+47, -0) (View)
/extern/openhmd/CMakeLists.txt (+46, -0) (View)
/extern/openhmd/include/openhmd.h (+299, -0) (View)
/extern/openhmd/LICENSE (+23, -0)
/extern/openhmd/README.md (+9, -0) (View)
/extern/openhmd/src/drv_android/android.c (+336, -0) (View)
/extern/openhmd/src/drv_android/android.h (+91, -0) (View)
/extern/openhmd/src/drv_dummy/dummy.c (+117, -0) (View)
/extern/openhmd/src/drv_external/external.c (+153, -0) (View)
/extern/openhmd/src/drv_oculus_rift/packet.c (+218, -0) (View)
/extern/openhmd/src/drv_oculus_rift/rift.c (+344, -0) (View)
/extern/openhmd/src/drv_oculus_rift/rift.h (+111, -0) (View)
/extern/openhmd/src/fusion.c (+124, -0) (View)
/extern/openhmd/src/fusion.h (+44, -0) (View)
/extern/openhmd/src/log.h (+39, -0) (View)
/extern/openhmd/src/Makefile.am (+40, -0) (View)
/extern/openhmd/src/omath.c (+356, -0) (View)
/extern/openhmd/src/omath.h (+88, -0) (View)
/extern/openhmd/src/openhmd.c (+363, -0) (View)
/extern/openhmd/src/openhmdi.h (+119, -0) (View)
/extern/openhmd/src/platform-posix.c (+49, -0) (View)
/extern/openhmd/src/platform-win32.c (+36, -0) (View)
/extern/openhmd/src/platform.h (+16, -0) (View)

5 Modified Paths:

/build_files/cmake/macros.cmake (+7, -2) (Diff)
/CMakeLists.txt (+1, -0) (Diff)
/extern/CMakeLists.txt (+4, -0) (Diff)
/intern/ghost/CMakeLists.txt (+20, -6) (Diff)
/intern/ghost/intern/GHOST_OpenHMDManager.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021