mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 05:26:54 +02:00
The space navigator stopped working, this hopefully will fix it. The framework is 3DconnexionClient.framework for osx, not sure why connexion named it that way. It is a library in /Library/Frameworks, the library name is in stone. for apple, this works in cmake/modules/Find3DConnexionClient.cmake find_library(3DConnexionClient 3DconnexionClient) And for windows it has to find the I3dMouseParams.h file in interface/external/3dconnexionclient/includes. So for windows the line in Find3DConnexionClient.cmake has to be: hifi_library_search_hints("3dconnexionclient") |
||
---|---|---|
.. | ||
Find3DConnexionClient.cmake | ||
FindATL.cmake | ||
FindBoostConfig.cmake | ||
FindBullet.cmake | ||
FindFaceshift.cmake | ||
FindGLEW.cmake | ||
FindGLM.cmake | ||
FindGverb.cmake | ||
FindiViewHMD.cmake | ||
FindLeapMotion.cmake | ||
FindLibOVR.cmake | ||
FindNSIGHT.cmake | ||
FindOGLPLUS.cmake | ||
FindOpenSSL.cmake | ||
FindOpenVR.cmake | ||
FindPolyVox.cmake | ||
FindQt5LinguistToolsMacros.cmake | ||
FindRSSDK.cmake | ||
FindRtMidi.cmake | ||
FindSDL2.cmake | ||
FindSixense.cmake | ||
FindSoxr.cmake | ||
FindTBB.cmake | ||
FindVHACD.cmake | ||
MacOSXBundleInfo.plist.in |