[JHV 3D] Image flickers when rotating or zooming in and out
Bug #994621 reported by
Keith Hughitt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
JHelioviewer |
Fix Committed
|
High
|
Simon Spoerri |
Bug Description
The image flickers sometimes when rotating or zooming in and out.
(1) When rotating and you get to the 180 degree mark, the image flickers as the view is switched
(2) When zooming in/out quickly the image flickers often when it can't render fast enough.
To post a comment you must log in.
The fix to this problem could be regarded as a workaround. When animating camera changes (rotations, zooming, panning) the current ROI is updated very often (i.e. every render pass) and mostly in vain as before the new image retrieved for the ROI can be displayed, the ROI already changed again. Thus camera change events are now only fired when the camera animations finished, thus won't change again in the near future (next few render passes at least). This does not apply to the solar rotation tracking however, where with every automated rotation the ROI actually changes.