You are not logged in.

Search results

Search results 1-7 of 7.

Saturday, October 1st 2022, 7:30am

Author: cuongdevjs

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

Quoted from "Thanh Cao" Quoted from "Eze" 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 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

Wednesday, July 27th 2022, 11:48am

Author: cuongdevjs

Question

Hi. Are you facing the issue the event onClick not happening?

Wednesday, July 27th 2022, 11:26am

Author: cuongdevjs

onclick on model can't be detected

Quoted from "klaus.krpano" 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...

Thursday, June 23rd 2022, 6:55am

Author: cuongdevjs

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

Quoted from "marioapt" 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...

Saturday, May 28th 2022, 4:00am

Author: cuongdevjs

onclick on model can't be detected

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.

Friday, February 11th 2022, 10:44am

Author: cuongdevjs

How can i change path load file pp_light.js?

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?