Are they named different names?
Posts by Jarredja
-
-
Tom,
One thing I've started doing is setting the center point in PTGui. This allows the center view to be the image used for the thumbnail.
-
attribute name full variable name type default value
onover
layer[name].onover
Action Event
Actions / functions that will be called when the mouse moves over the layer/plugin element.
attribute name full variable name type default value===================================================================================================
onhoverlayer[name].onhover
Action Event
Actions / functions that will be called in intervals (15 times per second) when the mouse stays over / hovers the layer/plugin element.
==================================================================
Try onover
-
Here is what I did to stop the lookto. It requires a click anywhere to stop the rotation and then the thumbs are clickable. I stretched a small image over the entire screen. onclick stops the action.
<action name="look">
addlayer(cover);
set(layer[cover].alpha,0);
set(layer[cover].url,sq.jpg);
set(layer[cover].zorder,10);
set(layer[cover].width,100%);
set(layer[cover].height,100%);
set(layer[cover].onclick,stop(););
delayedcall(1,look2(););
</action><action name="look2" >
lookto(359,0,120,linear(20),true,true,look4(););
</action><action name="stop" >
stopall(); wait();
removelayer(cover);
set(events.onidle,look4(););
</action> -
He discontinued it in 2010. See post #11
-
Thanks Alexey,
I somehow missed that particular command but I encountered a few issues that way as well. I will try again with a few if statements and see if it works as I want.
I had a setup to do three lookto actions but if a thumb was clicked, it would switch scenes and the lookto actions would still be in progress in the new scene.
Jarred
-
Is there another function I can use that won't block the thumbnails? I attempted to use the bombtimer but something makes the counter count faster after cycling through the tour once. I went back to lookto and it would work great if the thumbs weren't blocked. I do insert oninterrupt(break); before the lookto movements and it does stop the lookto movement if you click on the main picture ( not over the thumbs ). I am using the default thumbnail build.
-
Try this
https://krpano.com/tools/ktestingserver/#top
It seems the newer browsers have different security settings.
-
The tools have evolved quite a bit since this post began. If your image fits the minimum standards, the tools already automatically convert to cubes from the download package. OR you can convert to tiles, patch your nadir and then drag the cubes to the tool of your choice.
-
Did you flatten?
-
Not sure if this is exactly what you are looking for but zadda and viewinz were working on projects long ago that would only show hotspots when they were in a certain range on the screen.
I thought it was pretty cool.
-
If I understand it correctly, Panotour pro uses Krpano as the engine. So if it can be done in Panotour pro, theoretically it should work in Krpano without Panotour pro.
Someone please correct this statement if I am wrong.
P.s.
Does anyone have a link to the latest demo of Panotour Pro? I had downloaded v 1.8 and wasn't very impressed. I would like to see what the latest version does for you.Jarred
-
Andrey,
This bombtimer works pretty well for static scenes. BUT how would one implement auto rotate with this? The autorotate automatically resets bt to 0 because of onviewchange.
Jarred
-
It seems to work fine on my iPhone 4. iOS 5.1.1
-
Sometimes, and I have no idea why, when I move a license from one folder to another, I have that issue. I find the best fix is to get fresh copies of the licenses from the original zip file(s) and the issue goes away.
-
Add
keep="true"
To the editor plugin.
-
Accidental double post.
-
Panotour uses Krpano so it would be the same as using Krpano BUT the way that software writes the code can be intimidating. You could follow the paths to locate the original hotspots and place your new hotspots there. Then you would only have to change the filename in your code to make a new hotspot image work.
Hope that helps.
-
There is no need to rerun. In fact, the tools were created to help you. You don't even really need to use them ( but they make it a lot easier ). Perhaps your computer cache has stored the original picture. Clear the cache.
-
Floz, I believe Nupsi is suggesting they PAY if they want specific work done. My interpretation of Nupsi's post is, if you need help with a new problem and you have consulted with the "manual" or documentation and have done due diligence searching this forum, post a question. If you want someone to write a ton of code for you, pay someone.
The great thing about this software is it works without any editing whatsoever if you just want to show panos BUT it also allows great customization with experience.
My two cents.
Jarred