Chris Madsen
Results
2
comments of
Chris Madsen
I found the code that causes the behavior, but it is protecting against issues with the camera panning below the ground so simply removing it is worse behavior. https://github.com/CesiumGS/cesium/blame/5fda45a5861ca67291ff55655c9c395b8a06d20d/Source/Scene/ScreenSpaceCameraController.js#L1875
I reproduced the problem in Octave 6.4.0. It seems related to calling legend() before plot(s11) in plotRefl.m. I swapped the order of the two function calls and it seems to...