Suchergebnisse
Suchergebnisse 1-8 von insgesamt 8.
<layer name="inf_l" type="text" keep="true" edge="bottom" oy="-20" enabled="false" bgalpha="0.3" onloaded="show_distance(); delayedcall(0.01, onloaded());" /> <action name="show_distance" scope="local" > screentodepth( mouse.x, mouse.y, hit); copy(caller.x, mouse.x); copy(caller.y, mouse.y); calc(caller.html, 'mouse hit.d=' + roundval(hit.d, 1)); </action>pint_r mouse hit.d = 0 I am in STL model, don't know where is wrong, no hit
Hi Klaus, Is it a bug if two hotspots in adjacent scenes, when placed too closely, do not work ideally or even poorly, resulting in vertical switching effect rather than horizontal effect? set3dtransition Is it a parameter setting issue?
playsound(bgmusic,'%SWFPATH%/images/music.mp3',1); Playsound error, only play the first enter the scene, the scene switching is an error, it's 1.20.11 it's work 1.21(2023-02-07),and 1.21(2023-02-09) no work! WARNING: Unknown action: resumesound
Zitat von »klaus.krpano« Zitat von »klaus.krpano« Hi, there must be also something else involved... Just that code is not enough to reproduce a problem. Do you have a more complete example? Best regards, Klaus I'm very sorry, the code is too long, how can I send you https://krpano.com/plugins/textfield/# onautosizedget width 1.21 it's no works
<action name="xxxx"> for(set(i,0),i LT group[name].item.count,inc(i), txtadd( name ,'u_name_',get( group [ name ].item[ get(i)].name)); addlayer(get(name)); set(layer[get(name)].type,text); set(layer[get(name)].text, get(group[名称].item[get(i)].title) ); set(layer[get(name)].onautosized,updata_group_width()); ); </action> <action name="updata_group_width"> trace(get(width)); 跟踪(获取(文本宽度)); </action> 1.20.11 它是工作 1.21 没有工作 { width ==>null textwidth ==> 0 }
Zitat von »klaus.krpano« Hi, thanks, right! That will be fixed with the next release. But generally I would recommend switching to using jscall(). Even with the fix, the js() action will be limited to calling only one Javascript function, where with jscall you can call any arbitrary code. Best regards, Klaus Personally, I prefer to use js not jscall, although they can achieve the same function
3D Transitions with Motion-Blur: https://krpano.com/releases/1.21/example…tour-winecellar https://krpano.com/releases/1.21/example…otour-apartment Mobile devices do not support, or the result is bad, it is a bug?
Zitat von »simplify« Zitat von »klaus.krpano« Zitat von »virtual pete« Nice if we could do something similar in krpano. Theoretically such would be possible of course - but a 3d-geometry (or a depth-map) for the pano would be required. The question is where to get or how to build that geometry? A normal pano image alone doesn't contain/provide that information. Best regards, Klaus Hi, Klaus,make 3d model is easy for now,after shoot panorama,you can use contextcapture,this software can make phot...