Hi all, i'm reading an example about depthmap texture model https://krpano.com/viewsource.htm…xtured/test.xml
In this example just have 1 image. I have a obj modal rendered from 3 pano images, I don't know how to apply for multiple images (is all pano images usingthe same obj file ?). Please help me!
Code
<scene name="test_uv_tex_model_obj" autoload="true">
<image>
<preview url="texture_preview.jpg" />
<depthmap url="tourmodel.obj" texurl="texture.jpg" scale="100" hittest="true" />
</image>
</scene>
<scene name="test_uv_tex_model_pano">
<image>
<preview url="pano/pano_preview.jpg" />
<cube url="pano/tiles/l%l_%s_%v_%h.jpg" multires="512,1152,2176" />
<depthmap url="tourmodel.obj" rendermode="3dmodel" scale="100" hittest="true" />
</image>
</scene>
Display More