-
- Downloads
Finally have VRPN compiling, and some code using it in
SimMedTK is using VRPN compiling properly. Most of the VRPN stuff is compiling, but linking has some issues. Somehow VRPN is adding libs that doesn't exist to the VS project for linking. WIP Adds basic reading functionality from a networked phantom omni. Some misc changes happened in this commitsuch as some namespace changes and framework start up and shutdown flow. Added a vrpnPhantomController. Abstracted out renderCube a little because it gets used in other places. Fixed a few compiler warnings
Showing
- CMake/FindVRPN.cmake 37 additions, 0 deletionsCMake/FindVRPN.cmake
- CMake/SuperBuild/External_VRPN.cmake 5 additions, 16 deletionsCMake/SuperBuild/External_VRPN.cmake
- CMakeLists.txt 6 additions, 0 deletionsCMakeLists.txt
- Core/BaseMesh.cpp 1 addition, 1 deletionCore/BaseMesh.cpp
- Core/BaseMesh.h 1 addition, 1 deletionCore/BaseMesh.h
- Core/ErrorLog.h 1 addition, 1 deletionCore/ErrorLog.h
- Core/Light.cpp 1 addition, 1 deletionCore/Light.cpp
- Core/ObjectSimulator.h 1 addition, 1 deletionCore/ObjectSimulator.h
- Core/Quaternion.h 3 additions, 0 deletionsCore/Quaternion.h
- Core/SDK.cpp 15 additions, 4 deletionsCore/SDK.cpp
- Core/Timer.cpp 1 addition, 0 deletionsCore/Timer.cpp
- Core/Timer.h 4 additions, 0 deletionsCore/Timer.h
- Devices/CMakeLists.txt 7 additions, 6 deletionsDevices/CMakeLists.txt
- Devices/HapticInterface.h 12 additions, 10 deletionsDevices/HapticInterface.h
- Devices/VRPNPhantomDevice.cpp 79 additions, 79 deletionsDevices/VRPNPhantomDevice.cpp
- Devices/VRPNPhantomDevice.h 37 additions, 44 deletionsDevices/VRPNPhantomDevice.h
- Event/CameraEvent.h 1 addition, 1 deletionEvent/CameraEvent.h
- Examples/CMakeLists.txt 3 additions, 3 deletionsExamples/CMakeLists.txt
- Examples/common/vrpnPhantomObjectController.cpp 111 additions, 0 deletionsExamples/common/vrpnPhantomObjectController.cpp
- Examples/common/vrpnPhantomObjectController.h 65 additions, 0 deletionsExamples/common/vrpnPhantomObjectController.h
Loading
Please register or sign in to comment