Search results
Search results 1-20 of 24.
Hello, is there a way to add with three.js a 3D model (obj/glTF/glb) inside a textured 3D model as dephtmap? Thank you.
If the text in the hotspot it shrinks according to the dimensions of the device's screen.
Is the plugin responsive? Thank you
SOLVED Hi Klaus,I have another question about how to offset the dollhouse view. My 3D model is not centered because I need to start the tour from a specific position, so in the 3D software I've moved the model in the X axis before to export it for Krpano. I've supposed that I should have change the view.tx value in the dollhouse action, but I couldn't find a way to solve my problem, please. Thank you. <action name="dollhouse_view"> lookto(270,90,40,default,true,true); tween(view.oz|view.tx|view....
SOLVED Hi Klaus,sorry, I'm very confused too (:What I need to achieve it's very simple: - have a video in the tv area - the video it's invisible until I click on the tv screen to play it - that's it!!! I've saw the Videoplayer plugin syntax for a 3D-distorted hotspot, but I can't find a solution to put the videoplayer in my tv area (plus I still see the video in the background, even if I don't use an image in the posterurl). In my model I have set few infospot with infotext without have any prob...
Hello, I have an invisible hotspot ("videotv") in my 3D model, when I click on it a video start (hotspot "videospot"). My problem is about the video positioning, I can't find a way to put it where it should stay (inside the tv area) plus the player it moves around if I navigate inside the 3D model. Both hotspot as the same tx,ty,tz value, I've tried to change those values or even to give a value to rx,ry,rz but the video still moves around the screen. What am I doing wrong? This is my code, plea...
Great upgrade as usual, I was hoping to find the multiple texture support for Obj files, there's any chance to get it sooner, please? Thank you.
Hi @lrivero, thank you for your reply, what I need to achieve is the floor navigation for a 3D model, I saw this example and the 3D tour has exactly what I need: https://www.virtualtuur.com/casa/tuur/ The only plugin that I know is Navigator for Everpano but is not available as standalone, I use other 3D software to make my models. Could anyone help me, please? Thank you.
Quoted from "San7" Quoted from "gaptat" Hello, I have a textured 3D model and I need to add fews floor hotspot to quickly navigate inside it, something like the Abu Simble tour example but without load any scene, I only want to move to the hotspot position when I click on it. I had a look at the Abu Simbel tour.xml and I've tried to set the transition action in my tour without luck, any help would be appreciated. Thank you. Hi, try installing in the hotspot depthbuffer="true" Hi San7, thank you...
Hello, I have a textured 3D model and I need to add fews floor hotspot to quickly navigate inside it, something like the Abu Simble tour example but without load any scene, I only want to move to the hotspot position when I click on it. I had a look at the Abu Simbel tour.xml and I've tried to set the transition action in my tour without luck, any help would be appreciated. Thank you.
Hello, I'm making a virtual tour with a map like the one in the bkeller example. If I add another floor map, when I go to the scene with the second map the first one it doesn't close, and it will stay open in all the scenes. I've read in another post to try to add an action to close the map when a scene is selected, something like this: <action name="showhidemaps"> if(%1 == "map1", set(plugin[map1].visible,true); set(plugin[map2].visible,false); ); if(%1 == "map2", set(plugin[map1].visible,false...
Thank you Piotr for your tip, I will try it.
Hello everybody, after reading many post I had not luck with embedding a virtual tour on fb, I've tried different solutions in the woobox page source like those: <iframe width="100%" height="550" src="http://www.mysite.com/tour.html" frameborder="0" wmode="Opaque">></iframe> or <meta property="og:site_name" content="SITE TITLE" /> <meta property="og:url" content="PAGE URL" /> <meta property="og:title" content="PAGE TITLE" /> <meta property="og:type" content="article" /> <meta property="og:image"...
Or It will be fine too if I can change the direction of a scene opened from the combox. Anybody can help me, please? Thanks
Hello, I need to open a scene from the combox that point to a specific hotspot. This is what I'm doing but it's not working. The combox <!-- combobox plugin --> <plugin name="box" keep="true" url="%SWFPATH%/plugins/combobox.swf" alturl="%SWFPATH%/plugins/combobox.js" native="false" align="toprightbottom" x="10" y="10" widhth="20" rowcount="20" onloaded="action(setupitems);" /> The action <action name="setupitems"> removeall(); additem(myhotspotname, action(art1) ); </action> <action name="art1">...
Hello Hans, how did you solved the problem? When I load a scene through the combox I would like to start it from a polygonal hotspot position, but I don't know what I'm doing wrong. This is the action <!-- combobox plugin --> <plugin name="box" keep="true" url="%SWFPATH%/plugins/combobox.swf" alturl="%SWFPATH%/plugins/combobox.js" native="false" align="toprightbottom" x="10" y="10" widhth="20" rowcount="20" onloaded="action(setupitems);" /> <action name="setupitems"> removeall(); additem(Ciusa_F...
Hello, I would like to achieve the same "mouse over an image" effect like in this tour: http://krpano.com/tours/weingut/ This tour it's included in the downloadable example of the software, but it doesn't work in the krpano 1.18 version (in the 1.17 it's working fine). Any solution, please? Thank you. Andrea
Thank you very much Klaus :)
Hello, can anybody help me, please? I'm looking for to get an effect like this, but with the blend slider instead the switch and at least 3 images or more: http://legacy.fieldofview.com/spv/show.p…ight_switch.xml Another one that I like very much for the smooth transition between images is this one: http://legacy.fieldofview.com/spv/show.p…e=day-night.xml Even for this effect I would like to use at least 3 images. I prefer to use flash instead shockwave. Thank you in advance, if anyone can help ...