Thanks all,
Finally had some time to re-visit and test. Worked fine.
Now to create an Krpano based android app!
Thanks all,
Finally had some time to re-visit and test. Worked fine.
Now to create an Krpano based android app!
Hi Klaus,
Ive created the .json file Using a json file editor, please see my images attached.
And placed it in the correcr location.
however this does not create a new .json file. when i press the existing .exe nothing happens?
Many thanks Klaus,
I'll give this a go and let you know how i get on.
Hi Klaus.
I have no knowledge of this process, if at all possible could you point me to a tutorial or images showing how to point to the tour.html in the package.json.
Would be appreciated. many thanks.
Thank you both for your reply and advise, i will give the them a go and let you know how i get on.
Hi All,
Can anyone advise if we can export our Virtual Tours to an exe or similar?
I have a client who will need to view offline and without the server running. Is this possible?
Many thanks
Hello all.
We have a major project presentation soon which i will create using the VTbuilder. We would like to navigate the VT on a 50in+ touch screen tv. Do you know of any possible issues this could raise?
Or will it work smoothly and the same on all touch screen devices?
Many thanks
Hi Piotr,
Im really enjoying using the stickers module and have a few questions i hope you can answer.
1. After ive added the stickers to my tour, the invite or open edited tour in new window buttons do not work? i get the following error message
FATAL ERROR: skin/stickers/911378110479519.xml - loading failed! (403)
2. When i view the my finished tour on my mobile only one sticker remains open at a time?
is this a memory issue? or can i configure this in the code? (Im using Spartacus template)
Many thanks
There are just two errors i cant figure out, even when ive editing the code many times.
1. First error is now ive added another radial menu .png loads on start?
2. Second is when i click and load a .png from any radial menu the other radial menu image go invisible?
Many thanks Piotr.
Please note that the toggle button only make the chairs visible? and doesn't set to 0 alpha (toggle off)
I have attempted to update the code. by removing the tween code on the chair .png itself?
As far as i can see by the code you provided, the toggle on off should work?
I appreciate your support. and once i get this working will submit some amazing 3d work for the showscase
Please could you offer a solution to correctly have the button toggle the furn on and off?
Hi Piotr.
Many thanks for your quick support, im very excited as this is almost working.
I have now updated the code as youve suggested however. the open close toggle button doesnt toggle the image.
Im sure its a minor, please could you view the link and code and correct me?
https://s3-eu-west-1.amazonaws.com/presentation.u…_test/tour.html
Many thanks
<action name="open"> set(plugin[%1].visible,true); tween(plugin[%1].alpha,1);
</action> <action name="close"> tween(plugin[%1].alpha,0,0.5,default, set(plugin[%1].visible,false) );</action> <hotspot name="openimage" url="chairs_green.png" ath="0.1" atv="0.1"
scale="0.001"distorted="true" alpha="0.4"zoom= "tue"onclick="action(close,get(name));" /> <hotspot name="fyi" url="up.png" ath="0" atv="0" scale="0.001"distorted="true" alpha="1"zoom= "tue" onover="tween(alpha,1);tween(scale,0.001);" onout="tween(alpha,1);tween(scale,0.001);" onclick="action(open,openimage);" />
Many thanks again.
Hello All.
Please could someone have a quick look at my code and link.
And correct the code which is very almost correct.
https://s3-eu-west-1.amazonaws.com/presentation.u…_test/tour.html
In the example below i have created an image toggle in flat pano mode, However even when i add distorted="true" and zoom="true" to my code i cant get the distorted image to work?
Im sure its a very simple solution but i have tried so many vairations for this?
Man thanks
Also you'll notice the black chairs are actually a png hoptspot loaded in postion on start. please could someone tell me how to add a very simple toggle on/off for the limage?
Many thanks in advance
<hotspot name="spot1" url="hotspot.png" distorted="true" scale="0.002" />
<action name="open"> set(plugin[%1].visible,true); tween(plugin[%1].alpha,1);
</action> <action name="close"> tween(plugin[%1].alpha,0,0.5,default, set(plugin[%1].visible,false) );</action> <plugin name="openimage" url="chairs_green.png" ath="0"atv="0"
alpha="0"distorted="true" visible="true" zoom="true"onclick="action(close,get(name));" /> <hotspot name="fyi" url="up.png" ath="0" atv="0" scale="0.001"distorted="true" alpha="1"zoom= "tue" onover="tween(alpha,1);tween(scale,0.001);" onout="tween(alpha,1);tween(scale,0.001);" onclick="action(open,openimage);" />
Display More
Hi Piotr,
The VT builder is proving to be extremely helpful, a little while ago i inquired about using the stickers function for lets say changing furniture items in a room.
Please could you offer a solution to displaying a category item on start and in a certain position? then when selecting an item from the same category, it open in same position?
Many thanks
Im trying to reproduce the same effect with simple open image icons on my flat pano. iv got it working but for some reason. Even when i add distorted it stays same size when moving and scrolling.
I appreciate your very busy so if i dont hear back from you i can just post on the forum.
Ideally i am trying to Achieve up to 3 Options for furniture in my scene with. Png. But seems little more complicated with flat pano.
may thanks see code below.
See xml hear
<action name="open">
set(plugin[%1].visible,true);
tween(plugin[%1].alpha,1);
</action>
<action name="close">
tween(plugin[%1].alpha,0,0.5,default, set(plugin[%1].visible,false) );
</action>
<plugin name="openimage"
url="chairs_green.png"
align="center" x="10" y="10"
alpha="0"
visible="false"
onclick="action(close,get(name));"
/>
<hotspot name="fyi"
url="up.png"
ath="0"
atv="0"
scale="0.6"
alpha="0.3"
onover="tween(alpha,1);tween(scale,0.6);"
onout="tween(alpha,1);tween(scale,0.6);"
onclick="action(open,openimage);"
/>