Hi all,
the vtoureditor is a nice thing, but i would like to see the lensflareeditor being integrated if that is possible...
Hi all,
the vtoureditor is a nice thing, but i would like to see the lensflareeditor being integrated if that is possible...
yes, me too!
i would like to have placeholders like the view template but for onstart and onloadcomplete...
[EDIT] in scenes of course...
hi!
little pano tour with a navigation map, based on the original drawings:
http://www.panographie.net/rundgang-im-rathaus-von-leer/
thanks, vn!
stupid me...
fillbox(); is much better than combobox();
because its automatic...
hello, hans, hello vn!
yes, you are right, building 3 optimised versions give an perfect GUI...
but it makes the code very complex...
after thinking about GUI in general, it should be less overloaded on iphone...
i think, vn is right: no thumbs on the iphone...
so i didnt take the code by vn (thanks for it) , but tried to integrate a combobox for iphone only.
i took the code of klaus`s example and the snippet by vn... and dont know why it doesnt work...
the code is the following:
<action name="startup">
loadscene(get(scene[0].name), null, MERGE);
buildthumbs();
combobox();
</action>
<plugin name="box"
url="%SWFPATH%/plugins/combobox.swf"
alturl="%SWFPATH%/plugins/combobox.js"
devices="mobile"
preload="true"
keep="true"
zorder="15"
align="lefttop" x="10" y="10" width="120"
blendmode="layer"
onloaded="fillbox();"
onclick="trace(combobox clicked);"
/>
<action name="combobox">
plugin[box].addIdItem(1, 'Von vorne', loadscene(scene_ju1, null, MERGE, BLEND(1)); );
plugin[box].addIdItem(2, 'Rechte Seite', loadscene(scene_ju2, null, MERGE, BLEND(1)); );
plugin[box].addIdItem(3, 'Der Bauch', loadscene(scene_ju3, null, MERGE, BLEND(1); );
plugin[box].addIdItem(4, 'Im Cockpit', loadscene(scene_ju4, null, MERGE, BLEND(1)); );
plugin[box].addIdItem(5, 'Am Heckleitwerk', loadscene(scene_ju5, null, MERGE, BLEND(1)); );
plugin[box].addIdItem(6, 'Am Triebwerk', loadscene(scene_ju6, null, MERGE, BLEND(1); );
plugin[box].addIdItem(7, 'Linke Seite', loadscene(scene_ju7, null, MERGE, BLEND(1)); );
plugin[box].addIdItem(8, 'Der Einstieg', loadscene(scene_ju8, null, MERGE, BLEND(1)); );
</action>
<action name="fillbox">
if(scene.count == 1, set(plugin[box].visible,false));
for(set(i,0), i LT scene.count, inc(i),
set(scenename, get(scene[get(i)].name));
set(titlename, get(scene[get(i)].title));
txtadd(itemaction, 'loadscene(', get(scenename),',null,MERGE,BLEND(1));');
plugin[box].additem(get(titlename), get(itemaction));
);
</action>
Display More
maybe i misunderstood the whole thing...
[EDIT]
the first scene has this:
<scene name="scene_ju1" title="Von Vorne"
onstart="action(start_scene1); "
thumburl="ju12.tiles/thumb.jpg">
<action name="start_scene1">
set(hotspot.visible,false);
action(setlittleplanetcoords,0,140.0);
rotate_off();
plugin[box].selectIdItem(1);"
</action>
<events onloadcomplete="set(control.usercontrol,all);
set(events.onloadcomplete,null);
delayedcall(1.8, normalview1());"/>
Display More
hello vn, hello hans!
thanks for your hints!
i tried vns idea, it works! but of course the thumbs are overlapping now... i tried this:
but that doesnt fix the overlap... must be something different...
for the open/close buttons i have this:
the first part corrects the alignment and works fine, but with the scaling part after it its gone...
here is the screenshot:
der horizont liegt nicht in der (vertikalen) mitte...
dadurch sieht das so aus.
hello,
im quite new in changing my tours to be viewable on mobile devices...
i use the thumbs template by klaus, and have this problem:
the thumbs are too small on iphone, so i integrated
to the buildthumbs action.
but the thumbs dont become bigger... (at least with the iphone simulator)
here the whole action:
<action name="buildthumbs">
if(%1 != NEXT, set(i,0));
if(i LT scene.count, copy(thumb, scene[get(i)].thumburl);
txtadd(thumbname,"thumb_",get(i));
addplugin(get(thumbname));
set(plugin[get(thumbname)].url, get(thumb));
set(plugin[get(thumbname)].keep, true);
set(plugin[get(thumbname)].align, leftbottom);
set(plugin[get(thumbname)].width, 40);
set(plugin[get(thumbname)].height, 40);
set(plugin[get(thumbname)].x, 10);
set(plugin[get(thumbname)].y, 10); mul(plugin[get(thumbname)].x, i,0);
mul(plugin[get(thumbname)].y, i,0);
add(plugin[get(thumbname)].x, 10);
add(plugin[get(thumbname)].y, 10);
copy(plugin[get(thumbname)].xsmall, plugin[get(thumbname)].x);
copy(plugin[get(thumbname)].ysmall, plugin[get(thumbname)].y);
add(plugin[get(thumbname)].zorder, 100, i);
set(plugin[get(thumbname)].effect,glow(0xFFFFFF,1.0,2,10000));
set(plugin[get(thumbname)].alpha,0.8);
set(plugin[get(thumbname)].jsborder,"1px solid #FFFFFF");
copy(plugin[get(thumbname)].thumbpos, i);
set(plugin[get(thumbname)].linkedscene, get(scene[get(i)].name) );
set(plugin[get(thumbname)].onclick, openthumbs() );
copy(plugin[get(thumbname)].scenetitle, scene[get(i)].title);
set(plugin[get(thumbname)].onhover,showtext(get(scenetitle), navistyle) );
inc(i); buildthumbs(NEXT); );
[color=#009900]altonloaded="if(isphone, mul(scale,2.4)); onloaded();"[/color]
</action>
Display More
did i miss something?
you have to select the newest krpano.swf from the tools
hmmmm
ich glaub klaus meint die extreme verzerrung, fov müsste niedriger... und mehr fisheye... sonst wird einem schwindelig ob der verzerrung zu den rändern...
ansonsten echt lecker...
ahh, thank you, guys!
great thing!
is it possible to extend it to show the fov?
hi!
thanks for the solution, and thanks for the comments...
it worked with this:
there are some more, which were taken handheld on short stops on my last week sweden vacation, no good quality, but good mood...
krön1
krön2
krön3
slotsruin2
slotsruin3
hello!
i did a small experiment with blending a b/w and color pano together:
see here
now i would like to know how to keep the fov and stuff in sync when blending and zooming and fullscreen...
maybe someone knows how to do that...
ahh, ok...
i didnt try that...
wow, thank you, klaus!
now it works... with (not so common) 16bit tif/zip compression...
the new tools are a really powerful suite! absolutely great...
hi, michel!
i always delete the alpha channels... im shure there is none in the equi source...
hi, michel!
the sources don´t have a alpha-channel...
btw: zip-compressed...
hi!
i tried to convert an equi, 16Bit PS-TIF, colorspace ProPhoto to a ready pano;
the temp cubes seem to be ok, but the final result is really weird:
screenshot
whats going wrong?