as mentioned by Klaus this workaround works only for horizontal/north prealign adjustments
Posts by jeromebg
-
-
You could apply this fix :
Threadhotspot.prealign and lookto / getlooktodistance
Hi,
For a project I had to set all scenes north with image.prealign after all the hotspots have been placed, so I set all hotspots to prealign=true.
Now lookto or getlooktodistance use the ath/atv without the prealign values, is there a way to fix that ?jeromebgMarch 11, 2024 at 11:55 AM -
Like any other hotspots, use prealign="true"
krpano.com - Documentation - XML Reference -
Hi,
Never used threejs, but I was wondering if it is possible to add 3D text hotspots in krpano with threejs module ?
Is someone has an example it would help a lot ;)Many thanks
-
just tween width
-
Son maybe you enabled desktop version in the quest browser ?
-
Tuur already replied you :
use devices="no-mobilevr" or devices="!mobilevr"
-
-
set the border to the right :
callout_bg_border="0,2,0,0"
-
Hi, I already used Leap Motion for exhibitions and you're right, not intuitive enough for many users...
Joystick is a good idea for ease of use, no sure navigation will be very fluid thought ?
Would work better for a 3D environnement.
Found this nice little interface that can be used with Javascript : https://www.yoctopuce.com/EN/products/us…sors/yocto-knob
I also used ipads pro as touchscreen linked to a big screen in air play, this works better for most users as they see what they touch on the ipad.Maybe a big trackball could be a nice idea too ?
-
-
I use it on my lightweight setup when going hiking in the mountains on a Sony A5100.
The lens is designed for micro 4/3 sensors but works perfect on APS-C sensors with nodal ninja conversion kits on Fuji, Sony, Canon : https://www.nodalninja.com/cat/panoramic-…mounts/17#top_c
All those tours have been shooted with this setup (handheld) : https://www.360images.fr/visites-virtue…nees/index.html -
-
it's not in the combobox.xml plugin but in the way you generate combobox items, check combobox-examples.xml
Code<action name="add_scene_items" scope="local"> for(set(i,0), i LT scene.count, inc(i), caller.additem(calc('[img src=[dq]' + scene[get(i)].thumburl + '[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:48px;height:32px;vertical-align:middle;margin-right:8px;[dq]/] '+scene[get(i)].title), calc('loadscene('+i+',null,MERGE,BLEND(0.5))') ); ); </action>
-
add float:left to your image style
-
you have set view.vlookat="0" so it's normal that the scene loads the view with that vlookat value ;)
-
The answer is in the question ...
If you need more support send me an email jerome [at] 360images.fr -
Is it possible to remove the animation? Just show the dot..
The pulse animation ?
just add <action name="pulse"></action> after the callout.xml include. -
move forward and hit the red hotspot, go back, change the view.oz and try again;)
-
Sorry, late reply...
Yes on 1.22.4 and when view.oz is 200 or above then hitesting is disabled, here is a barebone :