Andras Lasso
Andras Lasso
In radiology (and in 3D medical imaging software libraries and applications I know), the debates around pixel corner/center took place in the early 2000s and the community standardized on pixel...
The physical space is indeed shared among all resolutions, but we are rarely interested in such abstract concepts. We just need to define a relationship between these shared global axes...
Shouldn't we expose these as events instead? Events can have attributes (e.g., joystick/touchpad position), so we would need to update multiple attributes in sync. It would be also risky that...
@lucabror Have you tried to move around by flying and pan/zoom the world by two-handed grabbing?
@jcfr We were lucky this time that minimal/no work was duplicated, but we need to coordinate a bit more closely to make sure we avoid parallel efforts. How could we...
The main clue we want to give is your height (distance from floor) compared to size of displayed objects, so we will focus on that first, but we should choose...
TODO: Fix packaging of OpenVR framework Since `OpenVR.framework` is a directory, it should be installed as such. https://github.com/KitwareMedical/SlicerOpenVR/blob/17c78d31edd43fc686c2f38fed4a0212323c79ec/SuperBuild/External_OpenVR.cmake#L52-L54 The following code should be improved: https://github.com/KitwareMedical/SlicerOpenVR/blob/17c78d31edd43fc686c2f38fed4a0212323c79ec/CMakeLists.txt#L48-L53
It may worth a try updating to the latest SteamVR on your computer and to the latest SteamVR libraries in the SlicerVirtualReality build.
Does the interaction style object receive the interaction event?
I’ve talked to @jcfr today about VR support. They have finished porting OpenXR support into VTK master. @jcfr is now working on updating Slicer’s VTK to this latest master. When...