Hello, everyone, how to rotate the camera like it does in the vedio?
You need to set some target transforms, each one with the stoppened pose orientation.
According to those transforms you need to get axis of rotation, pivot point and delta_translstion. Then you need to do some linear interpolation of them.
I think a module on Slicer called transformProcessor does something like that, you may look at the code if you want
Best regards
The module on Slicer is on what?
Here is the link but i was wrong
There is no interpolation
But you can do it with the high level instructions I gave you I think
Hope it helps
Please look at this
https://slicer.readthedocs.io/en/latest/developer_guide/build_instructions/windows.html
It is say nothing about the problem that I mentioned
Have a look at this section of the documentation about how to set Slicer_DIR
.
CMAKE_INSTALL_PREFIX
is not used. You don’t have to enable experimental modules.