• Are there any plans to make the objectVR html5 compatible and has anyone developed any other skins they are willing to share?

    Also, when I drag a set of unedited (so same size) sequential numbered images to the batch processor the screen flicks and then nothing. naming is ford-a-31_001.jpg etc.
    Okay, it doesn't like 192 images, 96 works though.

    found it (Somewhere I saw the code for autorotate on but can't find it for the life of me now),

    also is there a way to get at least the start zoom level of images to preload so that with every turn they don't start unfocused?

    Also how would I incorporate an object pano into a standard tour?

    The droplet must have memory issues, I reduced the files to 3000x2000 and the droplet accepted the 192 images, trouble is it looks like crap with the most horrid transitions I have ever seen. Whats the fix?

    http://rhmpano.com/tours/kenaustincars/31fordaboth/
    let it make 2 revolutions.


    here is my current code.


    <krpano version="1.0.8">

    <include url="skin/objectskin.xml" />

    <image type="CYLINDER" hfov="1.00" vfov="0.666667" voffset="0.00" multires="true" tilesize="512" progressive="false" frames="192" frame="1">
    <level tiledimagewidth="3000" tiledimageheight="2000">
    <cylinder url="001_31-ford-a.tiles/%00f/l5/%v_%h.jpg" />
    </level>
    <level tiledimagewidth="1536" tiledimageheight="1024" >
    <cylinder url="001_31-ford-a.tiles/%00f/l4/%v_%h.jpg" />
    </level>
    <level tiledimagewidth="768" tiledimageheight="512">
    <cylinder url="001_31-ford-a.tiles/%00f/l3/%v_%h.jpg" />
    </level>
    <level tiledimagewidth="384" tiledimageheight="256">
    <cylinder url="001_31-ford-a.tiles/%00f/l2/%v_%h.jpg" />
    </level>
    <level tiledimagewidth="192" tiledimageheight="128" aspreview="true">
    <cylinder url="001_31-ford-a.tiles/%00f/l1/%v_%h.jpg" />
    </level>
    </image>
    <events onloadcomplete="objectautorotate();" />

    <action name="objectautorotate">
    inc(image.frame,1,get(image.frames),1);
    delayedcall(0.9, objectautorotate() );
    </action>


    </krpano>


    Bill

Jetzt mitmachen!

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