Posts by dreamcutter
-
-
-
is it 4K obj texture?
Testing navigation of a dollhouse with multiple floors )
https://youtu.be/5S6qikaVRC0 -
-
Аа, здорово, я думал надо руками заменять %name% на конкретику)
-
Если нужно загрузить несколько панорам, то несколько раз такую конструкцию вставлять с разными %name%?
-
i asked about piece of panorama (under layer), not layer itself (like this https://yadi.sk/d/zBbKV830LV936Q )
:)
-
Hi! How can I do this?
Need to blur a piece of the panorama under the layer. Thanks! -
wow, best news!
is it possible to load multiple models at once?
-
is it possible (and how?) to preload panorama BEFORE moving to destination or whole tour to browser cache before start walking?
it often happens (when the internet isn't fast) that the transition is complete, and blending starts after this – it looks ugly :(
for example https://yadi.sk/d/qc3MHR6JFYBLhg
-
-
-
on which browser engine will this solution work?
i want to pack the tour in an app that will work with HTC Vive (using Firefox with WebVR support for example) -
how to make EXE from virtual tour? i need to do the integration with engineering software (call krpano tour from software and call software from tour (alt+tab imitation button))
-
i always use this code to get spherical coordinates of panorama under mouse pointer:
<action name="get_coordinates">
screentosphere(mouse.x, mouse.y, toh, tov);
roundval(toh, 2);
roundval(tov, 2);
txtadd(txt, 'ath="', get(toh), '" atv="', get(tov), '"');
trace('ath=', toh, ' atv=', tov);
</action><events name="coordinates" onmousedown="get_coordinates();" keep="true" />
also if you wanna mesure ath roughly without click and console:
<events name="lookat" onviewchange="copy(hl, view.hlookat); Math.round(hl); copy(layer[tech_info].html, hl); " keep="true" />
<layer name="tech_info" url="plugins/textfield.swf" align="lefttop" html="" keep="true" /> -
-
hi!
my example:
krpanotools maketiles 001.tiles/mres_b/l4/%0v/l4_b_%0v_%0h.jpg pano_b.tif 0 -insize=3183x3183 -intilesize=512
krpanotools maketiles 001.tiles/mres_d/l4/%0v/l4_d_%0v_%0h.jpg pano_d.tif 0 -insize=3183x3183 -intilesize=512
krpanotools maketiles 001.tiles/mres_f/l4/%0v/l4_f_%0v_%0h.jpg pano_f.tif 0 -insize=3183x3183 -intilesize=512
krpanotools maketiles 001.tiles/mres_l/l4/%0v/l4_l_%0v_%0h.jpg pano_l.tif 0 -insize=3183x3183 -intilesize=512
krpanotools maketiles 001.tiles/mres_r/l4/%0v/l4_r_%0v_%0h.jpg pano_r.tif 0 -insize=3183x3183 -intilesize=512
krpanotools maketiles 001.tiles/mres_u/l4/%0v/l4_u_%0v_%0h.jpg pano_u.tif 0 -insize=3183x3183 -intilesize=512
krpanotools cube2sphere -b=pano_b.tif -d=pano_d.tif -f=pano_f.tif -l=pano_l.tif -r=pano_r.tif -u=pano_u.tif -o=pano.tif -
-
thanks, but i need pass parameters to testing server with command line when it starts
for example: C:/Projects/Tour/testing_server.exe startscene=5
and after this command i expect that browser will launch my tour from the pano №6 -
нужно именно при запуске exe, чтобы из другого ПО вызывать сразу нужные панорамы