Questions tagged [virtual-tour]

24 questions
15
votes
1 answer

start virtual tour with gmaps v2 for android

is there a way to open a virtual tour with google maps api v2 for Android? (something similar to this: https://www.google.com/maps/@37.772031,-122.432005,3a,75y,12.85h,79.63t/data=!3m5!1e1!3m3!1srR8mp3c5XZoAAAAGOphoBg!2e0!3e2 ) I would like to…
jiraya85
  • 428
  • 1
  • 5
  • 26
3
votes
2 answers

Reducing Build size of VR project

I am building a 360 Virtual tour for Samsung GearVR using Unity 5.6. I want a high resolution image to be seen in the GearVR to get a good experience to the end user so i didn't compress the original photosphere image and also set the resolution to…
Deekshith Hegde
  • 1,318
  • 2
  • 15
  • 27
2
votes
0 answers

How to add hotspots dynamically using lat, long values from db/json source in Krpano

I want to add hotspot dynamically in each panorama. I have latitude, longitude and heading of each panorama, I just want to add some markers eg. coffee house with an icon. With Krpano editor I can add a few hotspots but for larger number of panorama…
2
votes
0 answers

jQuery: How to create a 360 view form photos

I am trying to create a 360/3D view of a product(s). To accomplish this, I started by using 3dEye. With this jQuery plug-in, all I have to do is dump regular photos into a folder. Ej, photos/cup-1/, photos/cup-2/ and photos/car/
Omar
  • 11,783
  • 21
  • 84
  • 114
1
vote
0 answers

Draw arrow on 360 image for direction of tour Threejs

I want to create a scene where user can view 360 image of particular place. Requirement: Draw arrow when user click on particular area for direction. Problem: on click, it generates arrow suppose on DOOR but when we change scene to other position,…
Vishal
  • 81
  • 8
1
vote
1 answer

3D modelling for Virtual Tour type web application

When I was developing for realtors, we referred to a service that would photograph the inside of a listed property, run overlapping images through their process, and produce a '3d tour' of the property, where Joe public viewing the listing could…
ProfK
  • 49,207
  • 121
  • 399
  • 775
1
vote
0 answers

Browser crashes while loading high quality images in three.js?

I want to upload 360 image of size minimum 75 MB in sphere geometry. But loading time is too long and sometimes chrome browser gets hanged and needs to restart the browser. I tried using sphere buffer geometry instead of sphere geometry. const…
user6795317
  • 141
  • 4
  • 10
1
vote
0 answers

How to make the margin of an image dynamic

What i have is a long rectangular image like this http://www.openstudio.fr/jquery-virtual-tour/img/sculpteur.jpg and 3 buttons that will move the image to left, to right and pause.. just like what can be seen here. I am trying to recreate this…
Katherine
  • 573
  • 4
  • 17
  • 43
0
votes
1 answer

Are there any existing 360° panoramic photo libraries?

We're starting a web application where we would like to implement virtual-tours of the most relevant parts of our university. For this we would most likely use 360° panoramic photos. The idea is to show the photos and add information over them (…
Pablo
  • 3,433
  • 7
  • 44
  • 62
0
votes
2 answers

Is there a way to hide an image on click and show if clicked again?

I have an image overlaying an object. I want that to be clicked and hide, show the object (360 virtual tour) then if clicked on the virtual tour, show the exact same image.
0
votes
1 answer

How to set inital viewer postion for Panolens?

I'm trying for some time now to set initial viewer position for panolens.js. The set-up looks like this: const panoPhoto1 = 'https://conceptcityiasi.ro/assets/images/tours/tip1/apartamente-noi-de-vanzare-iasi-dacia-1_camera-tip_1_360_living.jpg'; …
0
votes
1 answer

I can't implement marzipano tour 360 on local

I'm trying to use Laravel and Marzipano to make my own virtual tour but I'm having trouble making the photos look on the page. The page goes blank and when I click, the mouse changes to the typical 360 photo motion cross. I have no idea where the…
0
votes
1 answer

Combining two instantiate scripts (Unity 3D)

I need to combine the following scripts into one script containing two functions, one that instantiates the next prefab in the array and the other that instantiates the previous prefab in the array (it is a virtual tour app). Both should also…
0
votes
0 answers

Sending Users to a site with iBeacons

I'm trying to create a virtual tour using iBeacons and one of the components I want is to send users to a video depending on which of the 3 ibeacons they are closest to using swift in Xcode. I know you can use one beacon to send users to a specific…
Noah Trotman
  • 155
  • 1
  • 11
0
votes
2 answers

how to load external images for sphere texture unity

i'm trying to create a unity script that will generate a 360° visit and it must be managed by a web platform (where you upload your 360° images ) so my sphere in the unity script must load external images for the sphere texture. I found only how to…
1
2