I was displaying a rasterized Trimesh on a tile background and using the Panel approach I am returning an overlay. I added a time slider for displaying the changing ‘z’ values on the Trimesh and the resulting animation flickered the screen as it updated.
I repeated the same with a DynamicMap approach and kept the tiles overlay out of the rasterized DynamicMap and the result was much smoother and faster.
Is this expected or is there a way to do the same in the param.Parameterized class approach that I was using? Or should I combine the two approaches by keeping some controls in the param.Parameterized and using DynamicMap . Advice please. Thanks