/vis/viewer/interpolate has stopped working for me with the new Qt. (It still works with OGLSX.) Qt does, however, get the correct last view. So.. 1) The user issues /vis/viewer/interpolate 2) This causes Geant4 in a loop to: - Set view parameters - Call RefreshView many times, but the views are not shown. 3) Then Geant4 sets the final view parameters and calls RefreshView again, but this time the view is shown. 4) Then control is passed back to the user to type more commands. So what do you do in (4) that gets the correct view, but in (2), the views are not shown. Do you do something special before handing control back to the user - a special refresh, an update, a buffer swap,β¦or something?
Same problem for me...
Since the last change in OpenGL/vis about qt was 2 years ago, I'll guess that the last version of Qt break something.
Wonders of wonders!!! /vis/viewer/interpolate has started working again with: macOS Catalina 10.15.1, Qt5.14.0 :-)