------------------------------------------------------------------------------
| 366 | |
| 367 | //------------------------------------------------------------------------------ |
| 368 | void vtkVRInteractorStyle::StartLoadCamPose(vtkEventDataDevice3D* edata) |
| 369 | { |
| 370 | int iDevice = static_cast<int>(edata->GetDevice()); |
| 371 | this->InteractionState[iDevice] = VTKIS_LOAD_CAMERA_POSE; |
| 372 | } |
| 373 | |
| 374 | //------------------------------------------------------------------------------ |
| 375 | void vtkVRInteractorStyle::EndLoadCamPose(vtkEventDataDevice3D* edata) |