Suchergebnisse
Suchergebnisse 1-20 von insgesamt 167.
Zitat von »Suso Barral« Zitat von »klaus.krpano« Zitat von »Suso Barral« how can I put a button inside the html to close html div? Hi, see the 'Here a link for testing the krpano JS API' part in the example. It shows how to call any krpano code and that can be also used to remove or hide the layer (e.g. call removelayer or set visible to false). Best regards, Klaus Hi Klaus "Here a link" I don´t see it Thanks Suso
when drag a 100g psb to droplet,about a week later,there is a error how to fix it?
video:https://www.youtube.com/watch?v=-ECdNhV80Bc maybe krpano will consider that??
Quellcode 1 <krpano version="1.19" title="Virtual Tour" onstart="callwhen(layer[webvr_enterbutton].alpha == 1,showlog();)"> in pr12 log not show in pr13 log show
Zitat von »ramirox3« Could someone please explain to us that we still do not understand. Why the variable scope is especially helpful? I have read trying to understand, but I still do not grasp the meaning and I would like to understand how to apply the concept thanks in advance Ramiro pr12 Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 <action name="do_crop_animation"> <!-- add attributes to the hotspot --> registerattribute(xframes, calc((imagewidth / %1) BOR 0)); re...
you can use simple css code only in css3d mode,webgl mode do not suppot css code
problem occour on ios system ipad or iphone tour include two scene ,one is videopano, one is normal spehere image。can not loadscene(normal spehere image)when Videoplayer version in pr12 or pr11, but with Videoplayer before pr10,work。 note:when viewer version is pr12 videoplayer version one is pr12 or pr11(no ok) videoplayer version one before pr10 (ok) Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 ...
Zitat von »klaus.krpano« mwheel-touch-zooming.xml when mouse ondown also cause onup add callwith action in asyncloop Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <!-- some code for layer dragging --> <action name="image_ondown_dragging"> copy(mstartx, mouse.x); copy(mstarty, mouse.y); copy(lstartx, x); copy(lstarty, y); asyncloop(pressed, calc(x, lstartx + mouse.x - mstartx); calc(y, lstarty + mouse.y - mstarty); , callwith(layer[image],onover); ); </action>
new theta V support 360゜spatial audio Zitat New VR (virtual reality) compatible spatial audio technology is adopted to this model. Enjoy a completely new, realistic experience with linked video and audio. krpano will support this in future? https://www.youtube.com/watch?v=xI51qNqzZSU
bug report! scrolltocenter action just like settocenter,you can see that in corfu vtourskin
Zitat von »klaus.krpano« Example 1 - Textfield Line/Word Breaking (XML) This example tests the line/word-breaking algorithm of the WebGL textfields - the left text is a CSS3D element and will be rendered by the browser itself and the right one is a WebGL texture where each word was calculated and drawn by krpano. The texts should always look the same. Additionally the WebGL textfield is using oversampling and mipmapping to improve the visual quality, e.g. look the texts at different zooms and d...
pr11 bug report Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 <hotspot name="mytext" type="text" ath="0" atv="0" edge="center" distorted="true" renderer="webgl" html="Text.." css="font-family:Arial; font-size:16px; color:#000000;" vcenter="true" padding="2" wordwrap="true" bg="true" bgcolor="0xFFFFFF" bgalpha="1.0" bgborder="0" bgroundedge="0" bgshadow="" txtshadow="" mergedalpha="true" oversampling="1.0" mipmapping="false" onautosized="" /> set vcenter true can not Automatic p...
Quellcode 1 2 <include url="%FIRSTXML%/index_skin.xml" if="stagewidth GE 1000"/> <include url="%FIRSTXML%/index_skin_mobile.xml" if="stagewidth LT 1000"/>
Zitat von »klaus.krpano« Zitat von »tmhok« OH,no white-spaces between Chinese characters Hmm... as written for the WebGL textfield everything needs to be processed (coded) manually. So to be able to support that, I would need to implement a special word-breaking for Chinese (or other languages), but I have no language knowledge about that and a language specific processing would be a bit out of scale... I could only image maybe adding a feature for a 'character-wise' breaking (like the css 'wor...
Zitat von »klaus.krpano« Hi, Zitat von »tmhok« pr10 also can not wrap when renderer is webgl ... html="Text...Text...Text...Text...Text...Text...Text..." ... That's not a bug - only 'word'-wrapping is possible, but no hyphenation or breaking within one word. That means a line can only break on white-spaces, but not within a word. And your text is basically one long word, try putting spaces between the texts and it will automatically line break. But if you want breaking of the word itself, it wo...
Zitat von »klaus.krpano« That's also related to the layout problems mentioned a few posts above. There will be a new krpano release in the next hours where this will be fixed. Zitat von »klaus.krpano« Zitat von »tmhok« when renderer is webgl wordwrap can not work That's also related to the layout problems mentioned a few posts above. There will be a new krpano release in the next hours where this will be fixed. pr10 also can not wrap when renderer is webgl Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 1...
Zitat von »klaus.krpano« That would be possible by disabling the wordwrap setting; https://krpano.com/plugins/textfield/#wordwrap when renderer is webgl wordwrap can not work Quellcode 1 2 3 set(hotspot[get(tooltipname)].wordwrap,true); set(hotspot[get(tooltipname)].width,200); set(hotspot[get(tooltipname)].height,200); text="when renderer is webgl。wordwrap can not work"