hello.
Can depthmap and panorama scene be used for one tour?
If i go from scene_000(depthmap) to scene_002, it will change like the image below, so I would appreciate it if you could let me know.
Code
<scene name="scene_000" title="001" autoload="true" onstart="introanimation()">
<view hlookat="4146" vlookat="40" oz="3106" tx="500" ty="300" tz="-660" fov="70" fovmin="70" fovmax="70"/>
<display depthbuffer="true" />
<image targetoz="3106" targetvlookat="10" targethlookat="390">
<depthmap url="model/moon.obj" backgroundurl="model/sky2.jpg" scale="100" rendermode="3dmodel" waitforload="true" center="0,0,0" origin="|0|0" hittest="true" hittestmode="gpu" />
</image>
</scene>
<scene name="scene_002" title="002" onstart="" thumburl="panos/002.tiles/thumb.jpg" lat="" lng="" alt="" heading="" group="group1" snum="1">
<control bouncinglimits="calc:image.cube ? true : false" />
<view hlookat="-180.40" vlookat="5.53" fovtype="MFOV" fov="130" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />
<preview url="panos/002.tiles/preview.jpg" />
<image>
<cube url="panos/002.tiles/pano_%s.jpg" />
</image>
</scene>
Display More