• Hi,

    I work actually on a personal project with a gigapixel panorama.

    Trying to optimize the delivery content process, as i don't have interesting stuff at the top and bottom, i want to disable up and down cube face of my multires panorama.

    In the xml, when i expand the level child from that :

    <level tiledimagewidth="512" tiledimageheight="512">
    <cube url="pano.tiles/mres_%s/l1/%v/l2_%s_%v_%h.jpg" />
    </level>

    to that:

    <level tiledimagewidth="512" tiledimageheight="512">
    <left url="pano.tiles/mres_l/l1/%v/l1_%s_%v_%h.jpg" />
    <front url="pano.tiles/mres_f/l1/%v/l1_%s_%v_%h.jpg" />
    <right url="pano.tiles/mres_r/l1/%v/l1_%s_%v_%h.jpg" />
    <back url="pano.tiles/mres_b/l1/%v/l1_%s_%v_%h.jpg" />
    </level>

    so without up and down, the loading process doesn't start.

    So finally, my stuff is it possible ?

    Thanks

    Regards

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!