Search found 329 matches

by JimWatters
Mon Mar 30, 2015 3:50 pm
Forum: Pano2VR general
Topic: Description tag in HTML template
Replies: 12
Views: 6841

Re: Description tag in HTML template

Make sure that modified template file is saved as a new name. Changing the line <title><?ggs document.write(document.encode(document.removeTags(document.expandVariables(config.userdata.title)))); ?></title> to <title><?ggs writeUserdata(config.userdata.description); ?></title> On the HTML5, HTML tab...
by JimWatters
Wed Mar 25, 2015 6:28 pm
Forum: Pano2VR general
Topic: Oculus Rift VR Support
Replies: 26
Views: 51598

Re: Oculus Rift VR Support

Tevvie, thanks for the extra details. To clarify, as part of Garden Gnome, I have been researching what needs to be done to make VR a good experience using Pano2VR. The company is behind VR and the VR experience will continue to improve. Still lots of pieces to come together to make a good VR experi...
by JimWatters
Sat Mar 21, 2015 8:32 pm
Forum: Pano2VR general
Topic: Oculus Rift VR Support
Replies: 26
Views: 51598

Re: Oculus Rift VR Support

I can not discuss when version 5 of Pano2VR will be released. In my spare time I have been experimenting. This example is built using Pano2VR V4.5.3 http://photocreations.ca/Partridge_Island/indexVR.html It still has some UI to work out. It will give a Google Cardboard vision on mobile. If using a V...
by JimWatters
Fri Mar 20, 2015 9:14 pm
Forum: Pano2VR general
Topic: Oculus Rift VR Support
Replies: 26
Views: 51598

Re: Oculus Rift VR Support

We can not make any promises at this time.
by JimWatters
Thu Mar 12, 2015 2:41 pm
Forum: Pano2VR general
Topic: How to make a "tour" with still images ?
Replies: 4
Views: 2881

Re: How to make a "tour" with still images ?

Forgot to mention that flat images are currently only viewable correctly as Flash output. See Issue #78
by JimWatters
Tue Mar 10, 2015 1:03 pm
Forum: Pano2VR general
Topic: Virtual Reality in 3D
Replies: 4
Views: 4331

Re: Virtual Reality in 3D

Shooting stereo is a big challenge over shooting mono. There are basically three ways to shoot stereo panoramas. Paul discusses them here. http://paulbourke.net/stereographics/stereopanoramic/ 1 Use a pair of cameras mounted in portrait with 180° fisheye lens, where you might take 4 images around to...
by JimWatters
Tue Mar 10, 2015 2:56 am
Forum: Pano2VR general
Topic: How to make a "tour" with still images ?
Replies: 4
Views: 2881

Re: How to make a "tour" with still images ?

When adding still images choose type Flat.

If using non Pro version of Pano2VR or you want to have mixed sizes and types then will need to create each one separate.

If using Pano2VR Pro you can add many Flat images.
Don't mix Flat and pano in the same tour. All images will have the same output size.
by JimWatters
Tue Mar 10, 2015 2:42 am
Forum: Pano2VR general
Topic: transitions between panoramas
Replies: 14
Views: 9098

Re: transitions between panoramas

This is something that can be done much easier with the upcoming version 5 You should be able to add a listening function to the html page that after a period of time of no activity set the current node to be the first node. http://stackoverflow.com/questions/19846362/countdown-timer-reset-on-any-us...
by JimWatters
Tue Mar 10, 2015 1:45 am
Forum: Pano2VR general
Topic: Virtual Reality in 3D
Replies: 4
Views: 4331

Re: Virtual Reality in 3D

Panorama displayed this way are meant to be viewed with a Head Mounted Display(HMD) like Google Cardboard and a smart phone or Oculus Rift and a PC. https://www.google.com/get/cardboard/ https://www.oculus.com/dk2/ A similar experience can be made by creating two views using Pano2VR and keeping them...
by JimWatters
Tue Mar 03, 2015 6:17 pm
Forum: Pano2VR/Object2VR Skins
Topic: Changing tour start pano from webpage.
Replies: 5
Views: 3575

Re: Changing tour start pano from webpage.

HTML5 Output | HTML | enable Direct node access
You can specify a node to start with by specifying the node number in the URL.
http://yourpanosite.com/panoramictour/index.html#node2

On the tour browser, If you hover over a node, the tool tip will tell you the node number.
by JimWatters
Tue Mar 03, 2015 4:43 pm
Forum: Pano2VR general
Topic: pano not moving in Chrome 40.0.2214.73 on iOS 7.1.1
Replies: 5
Views: 3270

Re: pano not moving in Chrome 40.0.2214.73 on iOS 7.1.1

Tested a couple with Chrome 39.x then updated 40.0.2214.73 first on iOS 8.1 then iOS 8.1.3
They worked fine.
by JimWatters
Tue Mar 03, 2015 3:12 pm
Forum: Object2VR general
Topic: Detecting frame change
Replies: 1
Views: 2523

Re: Detecting frame change

In the skin you should be able to use the Loaded and Relaoded as a source on the hotspot with actions to update the position of the tooltip. I am not a javascript expert but with another language I use to do a get_mouse_position(&x,&y) then set_mouse_position(x,y) and it would force a mouse ...
by JimWatters
Mon Mar 02, 2015 5:58 pm
Forum: Pano2VR general
Topic: Hotspots not indicated
Replies: 4
Views: 3494

Re: Hotspots not indicated

See this post for info and example oi animated hotspots.
animated hotspot with svg
by JimWatters
Mon Mar 02, 2015 4:43 pm
Forum: Pano2VR general
Topic: HTML5 pano within an iframe in Internet Explorer 11???
Replies: 6
Views: 5218

Re: HTML5 pano within an iframe in Internet Explorer 11???

I have investigated for a bit. IE is not used except for testing. I have used iFrames rarely. Using the developers tools of IE I see that the file /pano/cubeface.xml gets loaded but none of the cube faces are even attempted. Opening the iFrame in a separate window works correctly. I tried Gumir's po...
by JimWatters
Mon Mar 02, 2015 8:04 am
Forum: Pano2VR/Object2VR Skins
Topic: How to? If panorama X then show element Y
Replies: 4
Views: 3414

Re: How to? If panorama X then show element Y

For a more detailed explanation on how to do this with examples see this post.
viewtopic.php?f=17&t=8089|