------------------------------------------------------------------------------
| 354 | |
| 355 | //------------------------------------------------------------------------------ |
| 356 | void vtkVRInteractorStyle::EndPick(vtkEventDataDevice3D* edata) |
| 357 | { |
| 358 | // perform probe |
| 359 | this->ProbeData(edata->GetDevice()); |
| 360 | |
| 361 | this->InteractionState[static_cast<int>(edata->GetDevice())] = VTKIS_NONE; |
| 362 | |
| 363 | // Update ray |
| 364 | this->UpdateRay(edata->GetDevice()); |
| 365 | } |
| 366 | |
| 367 | //------------------------------------------------------------------------------ |
| 368 | void vtkVRInteractorStyle::StartLoadCamPose(vtkEventDataDevice3D* edata) |