I created a tutorial on how to put the krpano in an app using cordova a year ago. Here's the link
Posts by milotimbol
-
-
Hi just want to share this, it's a gallery of our 3D renders made using krpano.
ExSight 3D Archviz RendersWelcome to our 3D Visualization Gallery, where design meets realism. Our architectural renders bring unbuilt spaces to life, capturing every detail with…tours.exsight360.comI wanted a way to present our 3D renders to clients and I am just so used to krpano so I used it instead of other available javascript galleries. That's it, hope you get an idea or two from it.
-
-
Hi kristof. Any matterport tour has this feature. They even highlight rooms. Imagine this , 3d model of a house with exterior and interiors. When i switch to dollhouse mode i should see the interiors but there is also an option to view the exterior and move around it like the tesla example. I know this can be done by separating the 3d models. I was just wondering if theres a way to do it with 1 3d model only.
Before i also faced the same issue when i do a dollhouse view on a 2 floor house the ground floor is covered. As a workaround i created a separate 3d model for the 1st floor only see here
Robinsons Homes Chicago Model HouseTake a 3D 360 virtual tour of Robinsons Homes Chicago Model Housetours.exsight360.comi could have just hidden the 2nd floor if it were possible. Do you know if its possible?
-
Matterport has this feature where when you are viewing a floor the other floors become invisible. Is there a way to do that in krpano? I just want to keep one 3d model for the entire tour. I also want to incorporate an exterior of the house with the dollhouse and would want to be able to hide / show the exterior mesh when i like. Has anyone done this? Is this possible in krpano?
-
-
-
I am trying to re-create the google map bottom drawer behavior where when the drawer is open but there are no items at the top the swipe down gesture closes the drawer. In order to do this I need some event to know that the user has swiped down or dragged down and let go of the drawer. I read somewhere that the onup event is overridden for the scrollArea, what are my other options in order to listen for an event that user has stopped scrolling and his fingers has left the phone? I can detect scrolling or stopped scrolling but I can't tell if the user has let go of the layer. Thanks in advance
-
It worked! Thank you krpano Master Kristof!
-
-
I see thanks for sharing the documentation and trying it out in ptgui. In the matterport group I keep seeing them say that they can get a 16k equirectangular image but the biggest cube face I can get is a 4096 but then I saw that statement from matterport so I started to wonder maybe it had something to do with conversion. The tools they're using to convert the cube faces probably uses a different computation.
-
I've been going through FB conversations, forums about converting matterport cube faces to sphere. They say on this page https://support.matterport.com/s/article/Down…?language=en_US that "the 4096 x 4096 cube faces (can be converted to 16384 x 8192)"
However when I drag 6 cube faces with 4096 size to krpano tools the output I get is 12,868 x 6,434
Is matterport wrong in saying that statement? -
Check it out, and if you find a way to bind an SSL certificate, then this will solve a very long-standing problem about local browsing on mobile devices)
Ok thanks for the tip I will research when I have time. I did not know webvr would not work with my process.
-
I have a tutorial to make an apk from krpano but I have not tried webvr if it works.
-
You can create an installer using electron. I made a tutorial
-
Ok thank you. I appreciate it
-
klaus.krpano i see you replying to other threads. I am hoping i can get clarity on this. I will appreciate any reply.
-
My research on this topic is still incomplete. I will create a video once I have a complete process.
-
I have posted this question in other threads and so far have not received any answers so I am posting it separately to get noticed.
Based on the documentation adding background="pano" on the depthmap element will "Render the depthmap pano and behind it the normal undistorted pano image". However it doesn't seem to work. Please see sample tour where I implemented itkrpano - b07cb553977f44cf84133129573053a8
As you can see you can see the black holes in the model and I expect it to be filled with an image in the back the pano image but thats not whats happening.
See code chunk below used in the xml fileCode
Display More<depthmap url="af1b14a3589c4865a61016178943c6ed_50k.obj" rendermode="3dmodel" background="pano" align="0|0|0" axis="+x+y+z" enabled="true" hittest="true" offset="0" origin="0|0|0" scale="1" subdiv="0" textured="true" />
Am I doing anything wrong? or did I misunderstand its purpose?
I am able to use a background with dollhouse but by setting backgroundurl see this sample tour . Below is the code which made this work.Code
Display More<depthmap url="panos/model-expanded.obj" enabled="true" rendermode="3dmodel" textured="true" scale="100" offset="0" subdiv="" encoding="gray" cull="front" origin="-0.0, 0.0, -0.0" align="-0.0|-0.0|0.0" hittest="true" background="pano" backgroundurl="panos/background.jpg" />
However I don't want to go this route since the background="pano" seems to be the solution I am looking for.
klaus.krpano could you enlighten me on the use of background="pano" ?
-
I have the same problem. If you find the solution please post it here.