Hi. When navigating through scenes, a blurred panoramic image or partially blurred rectangles appear, which then disappear. There are more than 50 panoramas on my tour.
I use one stl depth map for all panoramas. This is an example of the scene code:
Code
<scene name="scene_p_32" title="p_32" onstart="" thumburl="panos/p_32.tiles/thumb.jpg" lat="" lng="" alt="" heading="">
<control bouncinglimits="calc:image.cube ? true : false" />
<view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="1.0" fovmin="85" fovmax="115" limitview="range" />
<preview url="panos/p_32.tiles/preview.jpg" />
<image>
<cube url="panos/p_32.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,1024,2048,3840" />
<depthmap url="models/model.stl" enabled="true" rendermode="3dmodel" scale="100" subdiv="10000" />
</image>
</scene>
I tried to preload tiles of adjacent panoramas, but it is not a very good solution.
How can this problem be solved?
Does anyone have such problems and how do you solve them?