Search found 13012 matches

by Hopki
Wed Mar 06, 2024 12:28 pm
Forum: Pano2VR general
Topic: Tour does not present on iPhone
Replies: 10
Views: 312

Re: Tour does not present on iPhone

Hi, What you are seeing is mobile Safari crashing. The issue is the size of your pinned images, note has nothing to do with file size, its pixel dimensions. Apple advises that any pinned image in a webGL environment, which is what we use in Pano2VR, should not be any larger than 1024px in the longes...
by Hopki
Wed Mar 06, 2024 12:08 pm
Forum: Pano2VR/Object2VR Skins
Topic: Combined positioning and visibility using a timer
Replies: 7
Views: 237

Re: Combined positioning and visibility using a timer

Hi Lemo, Please can you give more detail, don't really understand when you say: it resets the movement start point and it will postion itself directly in the bottom corner. Can you post your skin so we can see what settings/actions you are using as well as a description on what the person viewing th...
by Hopki
Tue Mar 05, 2024 12:42 pm
Forum: Pano2VR general
Topic: Stereo Panorama Movies
Replies: 3
Views: 503

Re: Stereo Panorama Movies

Hi, My test stereo video is 1920 x 1920px which plays ok on most devices, not sure how far you can push up the resolution before you start getting into trouble. You could try at 3840 x 3840 as the desktop browser technically only plays the left 360 video. With regards to the headset I guess you have...
by Hopki
Tue Mar 05, 2024 12:35 pm
Forum: Pano2VR general
Topic: Tour does not present on iPhone
Replies: 10
Views: 312

Re: Tour does not present on iPhone

Hi SCHMACK,
Can you go into mire detail.
The web output displays on the iPhone, you can test with any of our examples, such as this one: Link.

What do you see?
Can you share screenshots.
But we are not aware of any issues with the iPhone.
Regards,
by Hopki
Mon Mar 04, 2024 3:37 pm
Forum: Pano2VR general
Topic: Can't set viewing limits
Replies: 6
Views: 188

Re: Can't set viewing limits

This sounds very odd, can you send your input image to support, the link is below.
But its in the list, open a new project even without an input image.

Screenshot 2024-03-04 at 14.35.32.png
Screenshot 2024-03-04 at 14.35.32.png (78 KiB) Viewed 182 times

You will see Cylinder in the list.
Regards,
by Hopki
Mon Mar 04, 2024 3:33 pm
Forum: Pano2VR general
Topic: Sound Vr6 ok Vr7 no
Replies: 7
Views: 1008

Re: Sound Vr6 ok Vr7 no

Hi, Browsers removed the ability of media auto-playing with sound, so our workaround was to start media with sound with "First Touch". This seemed like a good way to start the autoplay media but then we got reports that some browsers also stopped this. In Pano2VR 7 we removed First Touch a...
by Hopki
Mon Mar 04, 2024 3:15 pm
Forum: Pano2VR general
Topic: Can't set viewing limits
Replies: 6
Views: 188

Re: Can't set viewing limits

Hi,
This is because the left and right limits are determined by the width of the cylinder.
Under the input image properties, you can adjust the Horizontal FoV.

Screenshot 2024-03-04 at 14.13.26.png
Screenshot 2024-03-04 at 14.13.26.png (27.4 KiB) Viewed 185 times

Regards,
by Hopki
Thu Feb 29, 2024 9:44 pm
Forum: Pano2VR general
Topic: pano2VR v7 trial
Replies: 2
Views: 117

Re: pano2VR v7 trial

Hi,
Have a look at the Blog post for 7.0 beta: https://ggnome.com/2022/01/pano2vr-7-beta-released/
The first video walks you around the new UI.
Regards,
by Hopki
Thu Feb 29, 2024 9:41 pm
Forum: Pano2VR general
Topic: Amazing hand mouse hotspot
Replies: 3
Views: 255052

Re: Amazing hand mouse hotspot

Hi,
Have a look at this forum post: viewtopic.php?p=65983#p65983
Worth using the search feature of both the Forum and the website when looking for solutions to questions/problems.
Regards,
by Hopki
Thu Feb 29, 2024 10:16 am
Forum: Pano2VR general
Topic: Disable Touch During Animation
Replies: 1
Views: 97

Re: Disable Touch During Animation

Hi APolyakov, To check our understanding are you saying if you have an animation timeline that also has variable tracks that trigger the video and sound events when the screen is touched the animation stops but the timeline still triggers the variable tracks and activates the sounds and videos? This...
by Hopki
Wed Feb 28, 2024 8:43 pm
Forum: Components
Topic: Object2VR 4 Floating Tool Tip
Replies: 0
Views: 141

Object2VR 4 Floating Tool Tip

Use this component to replace your Point Hotspot and Polygon Hotspot tool tip text boxes. How it works is the container with the ID floating_tooltip tracks the mouse's X and Y movement. The container also has a visible logic block that looks to see if the Hotspot has any title text. If it does it wi...
by Hopki
Tue Feb 27, 2024 10:03 am
Forum: Pano2VR general
Topic: Play 360 video with skin video element
Replies: 1
Views: 103

Re: Play 360 video with skin video element

Hi, The video element plays normal video, when playing YouTube videos, YouTube is using its player so can show 360 video. If you want to play local 360 videos in a popup, then build a separate Pano2VR project to play the 360 video, then add the output to assets of your tour project then use a text b...
by Hopki
Thu Feb 22, 2024 8:26 pm
Forum: Pano2VR - Google Street View Export
Topic: The latest issue seems to be fixed
Replies: 0
Views: 537

The latest issue seems to be fixed

Hi, At the beginning of February Google had an issue that caused Pano2VR's Street View upload not to function correctly, tours missing from the Street View browser, tours disappearing and when uploaded no place or linking. Last week we did a test, using Pano2VR to upload a three-node tour, the stree...
by Hopki
Thu Feb 22, 2024 1:18 pm
Forum: Pano2VR general
Topic: Change shape of playhead
Replies: 5
Views: 1651

Re: Change shape of playhead

Still there :)
by Hopki
Wed Feb 21, 2024 9:06 pm
Forum: Pano2VR general
Topic: Disable keyboard during animation
Replies: 2
Views: 124

Re: Disable keyboard during animation

Hi, Use a Go To URL action with: javascript: pano.setLockedKeyboard('true'); This will prevent any keyboard interaction. Then use another Go To URL Action with: javascript: pano.setLockedKeyboard('false'); To activate it again. So you can set up a variable track with a variable changed source to act...