I agree 100%... my sample is down right atrocious... especially when compared to some of the great panos that people have demonstrated here and other places online.Nice idea Graydon, but just to be devil's advocate here.... it's not very pretty. I think screengrabs are not in the same league as good photos. There would be more 'wow' for clients with something beautiful.
)|
|
Source code |
1 2 3 4 5 6 7 8 9 |
<action name="hm">if(view.hlookto GE 90, showtext(., extrabtn); );</action> <action name="abtus">if(view.hlookto GE 90, showtext(about maya360, infostyle); );</action> <action name="srvc">if(view.hlookto GE 180, showtext(services, infostyle); );</action> <action name="cntct">if(view.hlookto GE 270, showtext(contact, infostyle); );</action> <action name="smpl">if(view.vlookto GE -90, showtext(samples, infostyle); );</action> <action name="inf">if(view.vlookto GE 90, showtext(info, infostyle); );</action> <!-- --> <action name="kill">set(plugin[abtus].visible, false);set(plugin[srvc].visible, false);set(plugin[cntct].visible, false);set(plugin[smpl].visible, false);set(plugin[inf].visible, false); </action> <plugin name="button1" url="./navbutton/btn_home.png" align="centerbottom" edge="leftbottom" y="50" x="-210" blendmode="screen" crop="0|0|73|25" onovercrop="0|30|73|25" ondowncrop="0|53|73|25" onclick="action(rectview); event:lookto(0,0,80);lookto(0,0,80); action(hm);" /> |
This post has been edited 1 times, last edit by "bulp" (Apr 29th 2009, 5:18am)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
)|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<action name="examples">
action(startloading);
lookto(90,100,80,smooth(60,60,60));
wait(blend);
oninterrupt(action(lookinterrupt));
lookto(180,100,80,smooth(60,60,60));
set(plugin[example1].alpha,1.0);
</action>
<plugin name="example1"
url="ShunyamPlanet.png" scale="0.5"
origin="lefttop" x="50" y="150"
keep="false" visible="true"
onclick="openurl(../../../../Studio Tuur/Shunyam/Pano/examples/tour/tour.html);"
/>
|
: https://pame.virtualtuur.comLocation: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com