Loading src/ofApp.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -117,11 +117,9 @@ void ofApp::reloadTransformMatrix() { guitransform->loadFromFile("transformation.xml"); #ifdef BLOB worldToDeviceTransform = transformation.get(); deviceToWorldTransform = transformation.get(); #else // ofMatrices multiplication works in reverse worldToDeviceTransform = nuitrackViewportToRealSenseViewportTransform * transformation.get(); deviceToWorldTransform = nuitrackViewportToRealSenseViewportTransform * transformation.get(); #endif } Loading src/ofApp.h +0 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,6 @@ public: ofEasyCam previewCam; ofMatrix4x4 deviceToWorldTransform; ofMatrix4x4 worldToDeviceTransform; ////////////// //PROPERTIES// Loading Loading
src/ofApp.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -117,11 +117,9 @@ void ofApp::reloadTransformMatrix() { guitransform->loadFromFile("transformation.xml"); #ifdef BLOB worldToDeviceTransform = transformation.get(); deviceToWorldTransform = transformation.get(); #else // ofMatrices multiplication works in reverse worldToDeviceTransform = nuitrackViewportToRealSenseViewportTransform * transformation.get(); deviceToWorldTransform = nuitrackViewportToRealSenseViewportTransform * transformation.get(); #endif } Loading
src/ofApp.h +0 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,6 @@ public: ofEasyCam previewCam; ofMatrix4x4 deviceToWorldTransform; ofMatrix4x4 worldToDeviceTransform; ////////////// //PROPERTIES// Loading