Search results
Search results 1-20 of 21.
1、Click on the video to play only sound. If you hide the posterURL, the video image you see will be black 2、Switch the phone to landscape mode, and the video will automatically pop up for full screen playback test link:krpano INFO:Android 13(M2012K11AC)-Chrome 100.0 WebGL
Upgrading from 1.20 to 1.21 loading error: Uncaught DOMException: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross origin data, and may not be loaded. 1.21 is missing 'Origin' in Request Headers compared to 1.20 --------------------------------------------------- Today's new discovery: This may be a bug. If it is a complete protocol address (starting with [http://]or [https://]), it is normal, but using a relative protocol address (starting with [//]) w...
Quoted from "MANJAY" When the [. depth] file size is greater than 500kb, the browser will crash, but the same file is normal at 1.20 Error code: STATUS BREAKPOINT It has been resolved , setting the subdiv of depthmap to 0 or a larger value will prevent it from crashing
When the [. depth] file size is greater than 500kb, the browser will crash, but the same file is normal at 1.20 Error code: STATUS BREAKPOINT
Is this writing method not supported? The previous version was okay Source code 1 def(obj, object); def(obj.x, number, 1.0); def(obj.y, number, 2.0); js(test(get(obj))); Source code 1 WARNING: js() - calling Javascript 'test([object Object])' failed: SyntaxError: Unexpected identifier 'Object' Source code 1 function test(obj) {console.log(obj);}
Thanks, Klaus. krpano is so flexible and powerful.
I want to play canvas animation in krpano through videoplayer. Other systems can do this, but iOS 16 can't. Source code 1 2 3 var videoDOM = hotspot.videoDOM; videoDOM.srcObject = canvas.captureStream(); hotspot.play();
Quoted from "panoyun" escape(var)
1. Whether the Encrypt Tool has a public algorithm that can be used directly in the code of the server, instead of using the command line, otherwise the process of krpanotools needs to be started every time, and the efficiency of frequent calls is not ideal. 2. [-in=###] Whether to support strings, not just file paths. Otherwise the dynamically generated XML needs to be written to a disk file before the tool can be used.
Quoted from "klaus.krpano" Hi yes, is supported, but depending on the actual usage (e.g. called from an action, from an xml attribute, from js) the correct escaping of the encrypted data can be important to ensure that the data is correctly passed. Best regards, Klaus Thanks, that works! But this hint is best written in the documentation, although it is very common, it is also easy to ignore.
includexml(url, loaddone*) is supported, but includexmlstring(string, loaddone*) has not been tested successfully.
Quoted from "spacerywirtualne" Do you put the text in a data container? Start text end of text. ]]> Piotr Yes
using depthmap rendering mode,does it affect the test result? Source code 1 <display depthmaprendermode="3dmodel" /> You can try this example【examples/depthmap/abu-simbel-tempel-tour/tour.xml&initvars.editmode=true】
Quoted from "klaus.krpano" Hi, that's normal for html/css and not krpano specific, but the css style white-space:pre; should help, e.g.: Source code 1 css='white-space:pre;' Best regards, Klaus layer support but hotspot (webgl) seems to have no effect.
Hi spacerywirtualne layer support, but hotspot (webgl) header spaces seem to have no effect. Source code 1 <data name="datahtml"><![CDATA[<p> Start text end of text.</p>]]></data>
The extra spaces in the TextField will be deleted forcibly and only one is left. Is there a property similar to "condenseWhite "?
Quoted from "klaus.krpano" When only the center is different, you can use the same model and change only the depthmap center setting: https://krpano.com/docu/xml/#depthmap.center Best regards, Klaus It seems that it cannot be used if the value of "image.prealign" is different?
Quoted from "Tuur" did you try with renderer="css3d" to the hotspot? Tuur Using 3D-Depthmaps must use webgl.
Source code 1 2 3 <display depthbuffer="true" depthmaprendermode="3dmodel" /> <hotspot name="image" zorder="3" rotationorder="xzy" depth="0" depthbuffer="true" keep="true" zoom="true" distorted="true" tx="41.32" ty="-89.24" tz="707.70" rx="0.00" ry="180.00" rz="0.00" width="124.57" height="124.57" alpha="1" enabled="true" url="/image.jpg"/> <hotspot name="icon" zorder="1" rotationorder="xzy" depth="0" depthbuffer="true" keep="true" zoom="true" distorted="true" tx="41.32" ty="-89.24" tz="709.70"...