buttons to change scene in 3D space

  • hi, i'm making my first virtual tour for iphone-ipad, i've inserted the links to navigate other scenes but the links are on 2d space with x and y coordinates as you can see here i'd want to put the buttons to change the scene in the 3d space for example over a door or over a window, etc this is the code i use how i have to modify it?? thank you

  • i 've read the documentation and i've resolved with this:


    <hotspot name="door_hitarea"
    url="graphics/entra.png"
    style="alt_hotspot_ani_white"
    ath="11" atv="6"
    alpha="0"
    capture="false"
    onover="set(hotspot[door].visible,true); tween(hotspot[door].alpha,1,0.4);"
    onout="if(enabled, tween(hotspot[door].alpha,0.0,0.4,default,set(hotspot[door].visible,false)) );"
    onhover="showtext('salal',hotspottextstyle);"
    onclick="set(enabled,false); set(view.maxpixelzoom,null); set(view.fovmin,28); lookto(10.7, 3.5, 42); loadscene(s2, null, MERGE, BLEND(2)); lookat(-94, 19, 97); wait(LOAD); oninterrupt(break); wait(BLEND); lookto(-352.7, -1.6, 108, smooth(45,45,60), false); "

    alturl="..."
    keep="false"
    devices="all"
    visible="true"
    enabled="true"
    handcursor="true"
    maskchildren="false"
    zorder=""

    edge="center"
    zoom="false"
    distorted="false" rx="0.0" ry="0.0" rz="0.0"
    width="" height=""
    scale="1.0"
    altscale=""
    rotate="0.0"


    ondown=""
    onup=""
    onloaded=""
    altonloaded=""
    />

Jetzt mitmachen!

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