Posts by planet

    my 3D Transition not working i use this code,

    Code
    <action name="tour3d_loadscene" scope="local" args="scenename">
            loadscene(get(scenename), null, MERGE|KEEPVIEW|KEEPMOVING, BLEND(2.0));
            if (global.customtransition != 'SKIP', if(global.customtransition !== null, global.customtransition(); ,
            tween(view.tx|view.ty|view.tz, calc(image.ox + '|' + image.oy + '|' + image.oz), 5.0, easeinoutsine); ); );
            delete(global.customtransition); delete(global.customtransitiontime);
      </action>