Skip to content
Draft
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions application/testing/tests.interaction.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ f3d_test(NAME TestInteractionResetCamera DATA dragon.vtu INTERACTION LONG_TIMEOU
f3d_test(NAME TestInteractionResetCameraWithCameraIndex DATA CameraAnimated.glb ARGS --camera-index=0 INTERACTION) #MouseMovements;Return;
f3d_test(NAME TestInteractionCameraUpdate DATA dragon.vtu INTERACTION) #MouseWheel;MouseWheel;MouseWheel;S
f3d_test(NAME TestInteractionFocalPointPickingDefault DATA dragon.vtu INTERACTION LONG_TIMEOUT)
f3d_test(NAME TestInteractionAxesGridSwitchFile DATA cow.vtp multi/dragon.vtu ARGS --no-config --axes-grid INTERACTION) #Right
Comment thread
soumyasavarn marked this conversation as resolved.
Outdated
f3d_test(NAME TestInteractionFocalPointPickingShift DATA dragon.vtu INTERACTION LONG_TIMEOUT)
f3d_test(NAME TestInteractionFocalPointPickingPoints DATA pointsCloud.vtp INTERACTION THRESHOLD 0.05) # Threshold needed because sometime a point does not appear

Expand Down
6 changes: 6 additions & 0 deletions testing/recordings/TestInteractionAxesGridSwitchFile.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# StreamVersion 1.1
ExposeEvent 0 599 0 0 0 0
RenderEvent 0 599 0 0 0 0
KeyPressEvent 354 650 0 0 1 Right
CharEvent 354 650 0 0 1 Right
KeyReleaseEvent 354 650 0 0 1 Right
1 change: 1 addition & 0 deletions vtkext/private/module/vtkF3DRenderer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2094,6 +2094,7 @@ void vtkF3DRenderer::UpdateActors()
{
this->ActorsPropertiesConfigured = false;
this->GridConfigured = false;
this->GridAxesConfigured = false; // fix: recompute axes grid on file switch
Comment thread
soumyasavarn marked this conversation as resolved.
Outdated
this->MetaDataConfigured = false;
}
this->ImporterTimeStamp = importerMTime;
Expand Down
Loading