Skip to content

Commit

Permalink
Review feedback 01/11
Browse files Browse the repository at this point in the history
  • Loading branch information
samoncrief committed Jan 11, 2025
1 parent 5255c07 commit b1ee28f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ f3d_test(NAME TestInteractionOrthographicProjection DATA cow.vtp INTERACTION) #5
f3d_test(NAME TestInteractionZoomToggleOrthographicProjection DATA cow.vtp INTERACTION) #MouseWheel;5;Mousewheelx6;5
f3d_test(NAME TestInteractionRotateCameraMinus90 DATA f3d.glb INTERACTION)
f3d_test(NAME TestInteractionRotateCamera90 DATA f3d.glb INTERACTION)
f3d_test(NAME TestInteractionRollCameraRotation DATA f3d.glb INTERACTION) #1;4;LeftMouse;MouseMovements
f3d_test(NAME TestInteractionRollCameraRotation DATA f3d.glb ARGS -g INTERACTION) #1;4;LeftMouse;MouseMovements
f3d_test(NAME TestInteractionPanWithShift DATA f3d.glb INTERACTION) #Shift;LeftMouse;MouseMovements
f3d_test(NAME TestInteractionConsoleOpen DATA f3d.glb INTERACTION UI) #Escape
f3d_test(NAME TestInteractionConsoleOpenExit DATA f3d.glb REGEXP "Interactor has been stopped" INTERACTION NO_BASELINE UI) #Escape;exit;Return
Expand Down
4 changes: 2 additions & 2 deletions testing/baselines/TestInteractionRollCameraRotation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vtkext/private/module/vtkF3DInteractorStyle.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void vtkF3DInteractorStyle::Rotate()
double dir[3];
camera->GetDirectionOfProjection(dir);
double* up = ren->GetUpVector();
InterpolateTemporaryUp(0.1, up);
this->InterpolateTemporaryUp(0.1, up);
up = this->TemporaryUp;

double dot = vtkMath::Dot(dir, up);
Expand Down

0 comments on commit b1ee28f

Please sign in to comment.