Send me you email so I can send you a fixed version
Thank you. I have sent you my email
Send me you email so I can send you a fixed version
Thank you. I have sent you my email
Hi. I have uploaded 2 files php in a another server running php environment (for example http://server1.com/savescreenshot.php, http://server1.com/setmeta.php), and my tour hosted on other (for example http://server2.com/tour).
I found a bug when i click to social button, for example when i click to facebook, the shared link is http://server2.com/tour/server1.c…reenshots/1.png
I think when i use external_php_server = true and external_php_server_path="server1.com/", the shared link should be like this: http://server1.com/setmeta.php?pa…reenshots/1.png, without "http://server2.com/tour/"
Thank you. I looking forward your response.
path must be absolute : https://krpano.com/plugins/userpl…php_server_path
Thank you. Is there a way to change watermark variable dynamically? I want to call the expression like this: krpano.set('panoshot.watermark', true | false)
Is it possible?
Hi, I used your plugin, but i'm facing a little bit trouble.
external_php_server="true"
external_php_server_path="%$mypath%/core/plugins/snapshot/panoshot/"
mypath is works with plugin_path & sound_path but external_php_server_path doesn't. Can you tell me the solution?
Thank you so much.
Hi yenph. I tried with your code, but the event "ondown" doesn't fire in glb model. Can you give me some instructions?
Is it gltf or js model insert into the panorama. How do you do if it's gltf format? It's great thing if you can share!!!!!1 Thank you so much
use GLTFLoader to load gltf model and same with other formats
Hi. Are you facing the issue the event onClick not happening?
Hi,
there is no such as a '3d position of a mouse' - the mouse has only a 2d position on the screen.
For hit-testing a ray, projected from the view/camera-center to the mouse cursor position, need to be tested against each triangle of a 3d model. And when the ray and the triangle hit, it would be possible to calculate a 3d position.
krpano support such hit-testing for hotspots, but not for 3d-models yet.
Best regards,
Klaus
Hi Klaus,
Can you tell me about how to click model(Threejs integration), i tried to add latest threejs your way on old version, it shows but onclick event doesn't happen. I think camera_hittest_raycaster is not working properly. Could you take a moment to look into this?
Thanks.
Good morning we are facing similar issues with three.krpanoplugin and GLTFLoader .
We have the same issue about memory buffer, but also one related to the 3D object.
At first glance, the 3d models are correctly loaded, but if I move all around a scene the 3D objects disappear.
Have you ever experience this issue?
I already tried to change the threejs plugins (https://cdn.jsdelivr.net/npm/three@0.141.0/build/ ), but result does not change.Any suggestion ?
I can't click on model, can you clicked on it?
I using the newest verion of threejs and loading .gltf model, it's working normally but event on it can't fire, the do_object_hittest always return null. Does anyone have any idea to fix this? Thank you.
remove renderer = css3 if you have it
I using Krpano with ReactJS. but this plugin using path relative: "./plugins/pp_light.js" so it's wrong path.
And how can i update ath, atv of lensflare_settings by method "call" of krpano?