3d panorama support through specific xml tag

  • hi,
    my request is..
    an image is declared like this (as you all know, lol)

    <image type="CUBE" multires="true" tilesize="1024">
    <level tiledimagewidth="5120" tiledimageheight="5120">
    <cube url="panos/01-L_Panorama.tiles/l3_%s_%v_%h.jpg" />
    </level>
    <level tiledimagewidth="2560" tiledimageheight="2560">
    <cube url="panos/01-L_Panorama.tiles/l2_%s_%v_%h.jpg" />
    </level>
    <level tiledimagewidth="1280" tiledimageheight="1280">
    <cube url="panos/01-L_Panorama.tiles/l1_%s_%v_%h.jpg" />
    </level>
    </image>


    i , usually, dont make 3d gigapixel (or event several hundreds megapixel) because vr plugin wont make use of it so it would be a waste of space and work
    my request is.. support 3d images through specific tag (with %t) so krpano would select it on entering VR giving end user a greater experience...
    gigapixel (made on nodal point) viewing on html5 (desktop or not) and vr view with real 3d (2 panos made through IPD distance or whatever)

    <image type="CUBE" multires="true" tilesize="1024" stereo="true" stereolabels="L|R">>
    <level tiledimagewidth="5120" tiledimageheight="5120">
    <cube url="panos/01-gigapixel-thing/l3_%s_%v_%h.jpg" />
    </level>
    <level tiledimagewidth="2560" tiledimageheight="2560">
    <cube url="panos/01-gigapixel-thing/l2_%s_%v_%h.jpg" />
    </level>
    <level tiledimagewidth="1280" tiledimageheight="1280">
    <cube url="panos/01-gigapixel-thing/l1_%s_%v_%h.jpg" />
    </level>
    <mobile>
    <cube url="panos/01-gigapixel-thing/mobile_%s.jpg" />
    </mobile>
    <3dImage>
    <cube url="panos/01-stereopano%t_Panorama.tiles/pano_%s.jpg" />
    </3dImage>
    </image>

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!