Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 355 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 355 Bytes

vtkInteractionDevice

Enables VTK applications to interface with external interaction devices via libraries such as VRPN

Python notes:

  • Should only build in Release mode.
  • When wrapping Python on Windows, need to change vtkInteractionDevice.dll to vtkInteractionDevice.pyd and add the containing directory to the PYTHONPATH environment variable.