Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
This post has been edited 1 times, last edit by "hermas" (Nov 14th 2014, 8:08am)
That quick temporary solution is already impressive, but GREAT to hear that extra support !!Btw - please note - this is still only a quick 'temporary' solution for VR - there will be be later a krpano version with direct stereoscopic support where only one viewer will be required and where it will be possible to switch anytime between normal and VR mode.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Sorry, I just saw the new NPVR plugin is only available for Windows:i tried some but i have not a single clue how to install the new npvr plugin on my mac.
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 |
<hotspot name="spot1" style="hotspotstyle" ath="0" atv="5" linkedscene="defense-2" orientation="180"/> <style name="hotspotstyle" url="hotspot.png" scale="0.5" edge="top" onloaded="if(side == right, set(ox,-2), set(ox,+2) );" onclick="js_sync_call(do_hotspot_onclick, get(name), get(linkedscene), get(orientation));" /> <action name="js_sync_call"> js( sync_call(%1(%2,%3,%4)) ); </action> <action name="do_hotspot_onclick"> tween(hotspot[%1].alpha, 0.0, 0.2, default, trace(do_hotspot_onclick - %1/%2/%3); loadscene(%2, view.hlookat=%3, MERGE, BLEND(0.5)); ); </action> |
![]() |
Source code |
1 2 3 4 5 6 |
<action name="hotspot_in_focus"> if(hotspot[%1].infocus != true, set(hotspot[%1].infocus, true); tween(hotspot[%1].scale, 1.0, 2.0, default, if(side == left, js_sync_call(do_hotspot_onclick, %1, get(hotspot[%1].linkedscene), get(hotspot[%1].orientation)); ); ); ); </action> |
This post has been edited 1 times, last edit by "jeromebg" (Nov 21st 2014, 10:26pm)
This is what I did a few days ago... But it doesn't work for me, I already get the message "NPVR required..." The npvr_64.dll date is november 8, I think it is the last version.Hi,
use the 'Download ZIP' button on the right:
Same version, same problem, I don't understand why.Here a direct link:
https://github.com/CodingCooky/npvr/archive/master.zip
Best regards,
Klaus