KitwareMedical / SlicerVirtualReality

A Slicer extension that enables user to interact with a Slicer scene using virtual reality.
Apache License 2.0
119 stars 58 forks source link

Fix computation of interaction transform used in PositionProp #141

Open jcfr opened 11 months ago

jcfr commented 11 months ago

This adds detailed comments documenting each step involved in computing the interaction transform used in the PositionProp. The corresponding code was initially introduced in commit 503ef1d ("ENH: Add VR interactor style class for transforming objects in MRML", 2018-08-31).

jcfr commented 11 months ago

Since the previous attempt at addressing the issue was incorrect^1, another approach suggested by @LucasGandel would be to review the implementation of similar computation used in vtkInteractorStyle3D::PositionProp^2 function.