VTK/3DConnexion Devices Support: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
No edit summary |
|||
Line 4: | Line 4: | ||
= How to use it= | = How to use it= | ||
# | # Install the 3DConnexion Device driver | ||
# | # Configure vtk by setting VTK_USE_TDx to TRUE | ||
# | ## on Windows, there is nothing else to set | ||
# | ## on Linux, set the advanced variables to | ||
# | # Build VTK | ||
# | # Launch TestTDx in interactive mode | ||
# | ## Get the full command line of the test with: | ||
<pre> | <pre> | ||
$ ctest -R TestTDX -V -N | $ ctest -R TestTDX -V -N | ||
</pre> | </pre> | ||
# | ## Copy the full command line in the prompt and add -I at the end, to run the test in interactive mode | ||
# | ## Enjoy | ||
= Linux = | = Linux = |
Revision as of 17:56, 21 August 2009
Support for 3DConnexion Devices (SpaceNavigator, SpacePilot) inside VTK
THIS IS EXPERIMENTAL WORK
How to use it
- Install the 3DConnexion Device driver
- Configure vtk by setting VTK_USE_TDx to TRUE
- on Windows, there is nothing else to set
- on Linux, set the advanced variables to
- Build VTK
- Launch TestTDx in interactive mode
- Get the full command line of the test with:
$ ctest -R TestTDX -V -N
- Copy the full command line in the prompt and add -I at the end, to run the test in interactive mode
- Enjoy
Linux
Windows
Mac
empty