Sie sind nicht angemeldet.

Suchergebnisse

Suchergebnisse 1-13 von insgesamt 13.

Dienstag, 7. März 2023, 13:15

Forenbeitrag von: »Eze«

screen interaction

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

Sonntag, 5. März 2023, 15:23

Forenbeitrag von: »Eze«

cull="twosided" Not working

Hello, Klaus I found 1.21 cull="twosided" Not working, if you need a test case, you can leave a message

Freitag, 17. Februar 2023, 14:47

Forenbeitrag von: »Eze«

3D Joystick

just made one recently

Dienstag, 5. Juli 2022, 04:14

Forenbeitrag von: »Eze«

Use three.js (3d objects) inside krpano (with VR support)

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

Donnerstag, 30. Juni 2022, 02:49

Forenbeitrag von: »Eze«

PanoCamAdder+ now available!

<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

Montag, 13. Juni 2022, 05:29

Forenbeitrag von: »Eze«

Use three.js (3d objects) inside krpano (with VR support)

[.WebGL-000012B000398E00] GL_INVALID_OPERATION: Insufficient buffer size. Has anyone solved this problem

Montag, 13. Juni 2022, 05:25

Forenbeitrag von: »Eze«

wrong rendering of glb/gltf object

Your console does not report [.WebGL-000012B000398E00] GL_INVALID_OPERATION: Insufficient buffer size.?

Freitag, 13. Mai 2022, 10:09

Forenbeitrag von: »Eze«

CGI panos Depthmap best practices

You can directly export this model to use

Donnerstag, 22. September 2016, 04:17

Forenbeitrag von: »xinxin«

How to get there events krpano plugin event?

hi Hello Here is my code, which can not get inside onloadcomplete value changes, seek your help! thank you very much

Freitag, 16. September 2016, 09:13

Forenbeitrag von: »xinxin«

Drag the hotspot inside javascript

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"...

Donnerstag, 15. September 2016, 14:52

Forenbeitrag von: »xinxin«

I keep getting NaN for both x and y when using screentosphere - what am I doing wrong?

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...

Donnerstag, 15. September 2016, 11:23

Forenbeitrag von: »xinxin«

krpano.call Unable to create action call

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...

Mittwoch, 14. September 2016, 19:33

Forenbeitrag von: »xinxin«

krpano.call Unable to create action call

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()...