Search results
Search results 1-20 of 22.
Hi, Try Source code 1 ./krpanotools in terminal. i think there is no gui for new versions of linux and check this for more information!
Hi odysseyjason , First of all thanks for nicely explained it. Quoted from "odysseyjason" Hi Cestmoimahdi, Currently the object model panorama method does not support tiles. The objects are a description of vertices for a 3D model and they map to coordinates on a texture atlas that is a single image file. Once you have baked your model face textures into a texture atlas with blender Now some new Questions in case you know In depthmap mood with .obj file ( i saw the code example in exmaples) is i...
Hi , I have .obj file and texture now how to import to krpano to make .tiles from it and give me xml? How about .stl file to import in krpano??
how to define lookat in hotspots with garrows plugin? Source code 1 linkedscene_lookat="180,0,90"loadscene_flags = "180,0,90"onclick="lookat(180,0,90.0 );onloaded="lookat(180,0,90.0 ); i tried this, but nothing...
Hi Klaus Quoted from "panorama07" Therefore here a full example: Example XML Source is there any way to change scrollbar color? and is it possible to use xml inside it(to scroll xml content)?? thanks
Hi! i have xml files sth like attached pic: it's start with Home.xml and load a scene with 2 hotspot : to choose Floor1 or Floor2 if i choose floor1 ==> tour1.xml if i choose floor2 ==> tour2.xml onclick="tour2.xml/loadscene(Floor1_scene1.....)" doesn't work need help!!!!!!! !)scenes in each floor is different. !)i have no idea about js
Quoted from "light_line" can you explain it better? not curved roundedge
is there any way to have this as always open menu, on start? with no button or on click things to close...
i want advanced combo box plugin inside my side menu but sub menus are behind the background i change my bg zorder even to -9999... but nothings changed any suggestion?
bgroundedge="0" didn't work any idea?
how should i show group 1 items when in group 1 and group 2 items for group 2 use grouping attribute should i remove all layers and add again group 2 items? Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <plugin name="advanced_combobox" .... onInitialized="menuitems();" /> <action name="menuitems" keep="true"> if(scene[get(xml.scene)].id == furniture , plugin[advanced_combobox].addItem('Flur',loadscene(scene_1_furniture,null,MERGE,BLEND(0.5));,furniture); , if(scene[get(xml.scene)].id == clean , p...
hi according to this Source code 1 2 3 4 <plugin name="advanced_combobox" ... auto_generate_scenes_list="false" /> where should i use this code??? Source code 1 plugin[advanced_combobox].addItem('scene 1',loadscene(scene_1_furniture,null,MERGE,BLEND(0.5));); i use this action but didn't work Source code 1 2 3 <action name="menu_items" keep="true"> plugin[advanced_combobox].addItem('scene 1',loadscene(scene_1_furniture,null,MERGE,BLEND(0.5));); </action> already solved must change onInitialized="...
Hi, how to change default fov of oculus go? i use Source code 1 2 3 <action name="webvr_onentervr"> set(plugin[webvr].zoom, 0.3); </action> i already change { webvr.mobilevr_lens_fov ,mobilevr_profile.normal , mobilevr_profile.mobile} fov values... it's work in desktop webvr and in my mobile but in oculus, VR mood nothing(fov) changed it's too zoom. pls help any other suggestion?
Hi , I download android studio and want to make offline android app from my tour... I never done it but from some tutorials i use webview for call local html but about rest of it (xmls and panos and other images) what shoud i do any help? without plugins
i want your side menufor example in this online test in furniture group just show menu of furniture scenes and in clean one just menu of clean scenes ----a code of change links of scenes with id="clean" or "furniture" dynamically ---- the source file menu one this code : Source code 1 2 3 <group name="level_1"> <group name="object_1" value="FLOOR 1 - FLUR" link="loadscene(scene_1_furniture,null,MERGE,BLEND(0.5))" /> </group> menu two or a code that change code dynamically to : Source code 1 2 3 ...
Quoted from "Tuur" That is up to you. I split my code most often in different xml files.. just to keep things organised .. and less scrolling etc.. thanks Tuur, i used to split them in different xml files too but how group them separately like when i'm in group leer i have sidemenu 1 and when i'm in furniture group sidemenu 2 or sidemenu 1 with link of = furniture scenes i use so many ways but not answer such as : Source code 1 <scene name="scenef1" ... cat="furniture"> .... </scene><scene name...
i have groups of picture with furniture and the other group without funiture (leer) how should i manage them in one xml or not?if not how ? and how link to ex. leer when i'm in furniture mood. i made this thumb in bottom i need separate sidebar menu for each.
hi guys and for sure umalo(thanks for your great plugin) i use and customize sidemenu plugin like first image in attachments and i have such thumbnails like image 2 in bottom i linked objects of group in sidemenu plugin to scenes -mobliert and called action to change them to -leer and again another one to turn them back but the actions run just at first time here's my codes any advise please?! actions: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 <action name="leer"> set(...
we should just replace linkedscene_lookat="H,V,FOV" instead of hlookat="0.0" for every scene... as just klaus said Source code 1 <view hlookat="0.0" vlookat="0.0" .../> to : Source code 1 <view vlookat="0.0" linkedscene_lookat="H,V,FOV" ... /> thanks klaus but it actually effect on any loadscenes from side menu and others like mapspot try this for just wanted loadscene by KEEPVIEW in following code example : Source code 1 2 3 4 5 6 <scene name="Floor2" onstart="updateradar();"> <action name="upd...