Search found 108 matches

by christoph
Tue Feb 11, 2020 9:18 am
Forum: Pano2VR general
Topic: Node ID and Node Changed
Replies: 1
Views: 1725

Re: Node ID and Node Changed

Hi! I made a test project + skin. 'On node changed' i read the current node id and the next node id (using the player functions getCurrentNode() and getNextNode()) and i do get correct values. Can you show me what you are doing exactly? About the custom node id: - if you just want to use it in a ski...
by christoph
Thu Sep 26, 2019 9:07 am
Forum: Pano2VR general
Topic: Ipad browser and Windows(IE11): panoramas not loading
Replies: 6
Views: 3635

Re: Ipad browser and Windows(IE11): panoramas not loading

Hi! You can use a logic block to hide the button. Here is the documentation for logic blocks. Add a logic block to the button's visibility property. As the trigger you can either use 'IsMobile' to hide it on all mobile devices, or there is a trigger 'OS', where you can specifically target the operat...
by christoph
Tue Sep 24, 2019 10:09 am
Forum: Pano2VR general
Topic: Bug In Animation Variables?
Replies: 2
Views: 1716

Re: Bug In Animation Variables?

Hi! I tried to reproduce the problem you are getting, but could not. The project i built works in all my browsers and on mobile. We do hide the cursor in auto-rotation after a few seconds, similar to what youtube does, but it should come back as soon as you move the mouse. Could you send your projec...
by christoph
Thu Sep 19, 2019 10:17 am
Forum: Pano2VR general
Topic: Skin Lock PNG Aspect Ratio Not Working
Replies: 4
Views: 2489

Re: Skin Lock PNG Aspect Ratio Not Working

Hi! No - it has always been this way: - an svg is drawn inside its 'container', but always keeps the aspect ratio. - a raster image like png or jpg fills its container in both dimensions, and therefore will get distorted if the container has a different aspect ratio. So - yes - if you want a graphic...
by christoph
Mon Aug 05, 2019 9:18 am
Forum: Pano2VR general
Topic: Animation export has 3 sec delays
Replies: 5
Views: 2989

Re: Animation export has 3 sec delays

Hi!
Yes, red areas in an animation track indicate that, within these areas, values fall outside the limits set in the viewing parameters panel.
So you should probably move keyframes around until those areas disappear...

Regards,
Christoph
by christoph
Thu Mar 07, 2019 3:13 pm
Forum: Pano2VR general
Topic: Fade in/out 3d hotspot
Replies: 14
Views: 5689

Re: Fade in/out 3d hotspot

Yes, my image is child of the hotspot template....
by christoph
Thu Mar 07, 2019 8:31 am
Forum: Pano2VR general
Topic: Exchanging floor plans doesn´t work
Replies: 2
Views: 1640

Re: Exchanging floor plans doesn´t work

Hi!
Seems like you found a bug. I will add it to our bug-tracker.
In the meantime: you could replace your old floorplan file on your harddisk with the new floorplan file (same name in the same location).

Regards,
Christoph
by christoph
Wed Mar 06, 2019 1:39 pm
Forum: Pano2VR general
Topic: Fade in/out 3d hotspot
Replies: 14
Views: 5689

Re: Fade in/out 3d hotspot

Hi Tony!
You are right. I now assigned that logic block to the image, not the hotspot, then it works.
Don't know why this is, i have to look into this...

Regards,
Christoph
by christoph
Wed Mar 06, 2019 7:58 am
Forum: Pano2VR general
Topic: Fade in/out 3d hotspot
Replies: 14
Views: 5689

Re: Fade in/out 3d hotspot

Hi Tony! Sorry, yes, i meant alpha. Of course visibility is only on or off, so there can be no transition. So to make it work, you set alpha to 0 (while leaving visibility on), then add the logic block to the alpha property, where you set alpha to 1, using the expression for the pan values. And in t...
by christoph
Tue Mar 05, 2019 3:44 pm
Forum: Pano2VR general
Topic: Fade in/out 3d hotspot
Replies: 14
Views: 5689

Re: Fade in/out 3d hotspot

Hi! You can do this with a logic block in the alpha property of the hotspot. Set the alpha to 0.000. Now click the 'Logic Block' button. Add one expression: Pan > 10 and Pan < 20, Visible: true Also, enable Transition, at the bottom of the logic block dialog. Now your hotspot should only be visible ...
by christoph
Thu Feb 28, 2019 11:05 am
Forum: Pano2VR general
Topic: Next panorama button
Replies: 12
Views: 7500

Re: Next panorama button

Hi guys!
With version 6.1beta we now have a skin action for history-back:
Under 'Open Next Panorama' you find 'Go Back One Node'....

Regards,
Christoph
by christoph
Thu Feb 07, 2019 9:27 am
Forum: Pano2VR general
Topic: Is it possible to make the tour visitor drag an image?
Replies: 3
Views: 3617

Re: Is it possible to make the tour visitor drag an image?

Hi Dennis! When using a Skin Map element, also make sure that 'Simple Floor Plan' is unchecked. With a 'Simple Floor Plan', your floor plan image gets scaled to fit the skin map element, but you cannot zoom or pan. Only when 'Simple Floor Plan' is unchecked, you get the interaction (zooming & pa...
by christoph
Thu Feb 07, 2019 9:19 am
Forum: Pano2VR general
Topic: different pop up for pc and mobile
Replies: 1
Views: 997

Re: different pop up for pc and mobile

Hi! We have a way of doing things based on conditions in the skin, called 'logic blocks'. See the documentation: https://ggnome.com/doc/pano2vr/6/skin-logic/ So you could add 2 images to your skin, add logic blocks to their visibility property, and with the trigger 'IsMobile' turn them on or off... ...
by christoph
Thu Feb 07, 2019 9:14 am
Forum: Pano2VR general
Topic: Change directory of components
Replies: 2
Views: 1351

Re: Change directory of components

Hi Sanny!
Sorry, no, the components directory is not configurable...

Regards,
Christoph
by christoph
Thu Feb 07, 2019 9:06 am
Forum: Pano2VR general
Topic: Rubber Band
Replies: 4
Views: 1961

Re: Rubber Band

Hi! The rubber band effect only works in the player in the browser, hence it is in the HTML5 output panel. It means that you can drag the panorama past the viewing limits slightly, and it then snaps back to the viewing limits. For the main viewer in Pano2VR, in the Viewer Settings, you have an icon ...