Suchergebnisse
Suchergebnisse 1-13 von insgesamt 13.
Hello everyone, I have spent a lot of time optimizing this case of the same screen, and it is very good now. If you can use this function, I can help you deploy one https://deyou360.com/voice/index.html
Hello, Klaus I found 1.21 cull="twosided" Not working, if you need a test case, you can leave a message
I added the model to the normal panorama, but I haven't tried it in the depth scene. Next, I will try to load the model in the project with the depth map. https://deyou360.com/krpobj/index.html
<action autorun="preinit" type="Javascript"> <![CDATA[ krpano.navPlugPan=[ [[1, 'scene_1'], [2, 87], [1962.728, 160.683, 440.273]], [[2, 'scene_2'], [1, 3, 4], [1962.728, 160.688, 740.269]], [[3, 'scene_3'], [2, 4], [1962.728, 160.688, 1041.974]], ]; ]]> </action> You can use it like this scene_1 is your scene name, [2, 87] is the scene you want to go to, that is, their connection, the last one [1962.728, 160.683, 440.273] is the current location of the scene
[.WebGL-000012B000398E00] GL_INVALID_OPERATION: Insufficient buffer size. Has anyone solved this problem
Your console does not report [.WebGL-000012B000398E00] GL_INVALID_OPERATION: Insufficient buffer size.?
You can directly export this model to use
hi Hello Here is my code, which can not get inside onloadcomplete value changes, seek your help! thank you very much
hi Hello everyone! I'm using a javascrtip production, press and hold to drag hotspot hotspot on the screen, which in javascript encountered a problem! Code stickers, and friends around the world to help me see it? Here Thank you very much! function show_addkrpano(){ krpano.call("addhotspot(hotspot_line);"); krpano.set("hotspot[hotspot_line].url",'./comm_line.png'); krpano.set("hotspot[hotspot_line].ath",krpano.get("view.hlookat")); krpano.set("hotspot[hotspot_line].atv",krpano.get("view.vlookat"...
function getlookat() { var krpano = document.getElementById("krpanoSWFObject"); if (krpano && krpano.get) // it can take some time until krpano is loaded and ready { krpano.call("screentosphere(mouse.x, mouse.y, mouseath, mouseatv); js( showmouseinfo() );"); } } function showmouseinfo() { var krpano = document.getElementById("krpanoSWFObject"); var mouse_at_x = krpano.get("mouse.x"); var mouse_at_y = krpano.get("mouse.y"); var mouse_at_h = krpano.get("mouseath"); var mouse_at_v = krpano.get("mo...
thank you very much! Klaus. I come inside javascript drag hotspot can be achieved? I wrote a function that should work together, mouse clicks, he would go in the middle of the screen? Help it look? thank you very much! function show_addkrpano(){ krpano.call("addhotspot(hotspot_line);"); krpano.set("hotspot[hotspot_line].url",'./comm_line.png'); krpano.set("hotspot[hotspot_line].ath",krpano.get("view.hlookat")); krpano.set("hotspot[hotspot_line].atv",krpano.get("view.vlookat")); krpano.set("hotsp...
Hello everyone, javascript inside krpano.call action can not be written less than a call to action function, it is that so? Attach source, I hope you can answer, thank you very much! function show_addkrpano(){ krpano.call( "addhotspot(hotspot_line);"+ "set(hotspot[hotspot_line].url,'./comm_line.png');"+ "set(hotspot[hotspot_line].ath,get(view.hlookat));"+ "set(hotspot[hotspot_line].atv,get(view.vlookat));"+ "set(hotspot[hotspot_line].zoom,false);"+ "set(hotspot[hotspot_line].ondown,draghotspot()...