MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Add VTK interactor to QML demo to test on touch screen #39

Closed MattClarkson closed 6 years ago

MattClarkson commented 6 years ago

This now merged. The interaction works, meaning that some touch events are passed through to the VTK renderer, and can be used to interact. Whether these specific gestures are correct for any given application should be done as a separate Issue.