KEEPVIEW for a subset of scenes in the tour

  • Hello,

    I have tour of 4 images moving around a building. For two of the views, I'm presenting a "before/after" version of the same view. To make them blending seamlessly, I've used the loadscene_flags ="KEEPVIEW" argument in tour.xml
    But this means that switching to a different location in the buildings, I'm also preserving the view. What I would like instead, is an option to keep the view the same between scenes 1 & 2 (blend the views), and then use default options for when moving from 2 to 3 or 4 (there is no hotspot between 1 & 3/4)

    Is this something that can be achieved by modifying this line? <scene name="..." onstart=""> Like a local override? Or is there another way to accomplish this?

    Thanks for your help!

    Wolfgang

  • Oh, I found it. I copied the whole <skin_settings maps="false" [...] design_text_shadow="1"> into each <scene> tag within the tour.xml So the structure is:

    <scene name= ... >
    <skin_settings...
    <view> ...
    <preview> ...
    <image ...
    ....
    </scene>

  • Hi,

    you wouldn't need the 'whole' <skin_settings ...> structure, just:

    Code
    <skin_settings loadscene_flags="..." />

    would be enough.

    Or you can also anytime change that setting by actions:

    Code
    set(skin_settings.loadscene_flags, ...);

    Best regards,
    Klaus

  • Hi,

    you wouldn't need the 'whole' structure, just:

    Code

    would be enough.

    Or you can also anytime change that setting by actions:

    Code
    set(skin_settings.loadscene_flags, ...);

    Best regards,
    Klaus

    Hey,


    I have the same problem and I didn't understand the explanation


    Could you please bring an example in a code with tree panorama images as an
    example


    I'm using the demo software the last version is it related to not being
    able to do this?


    I want to buy the software but there are a number of actions that I try to
    do without success.


    Thanks in advance.


    Susu

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!