Beiträge von cippall

    Hi,

    Just started using Krpano and i'm trying to figure out what's the best approach to achieve the following :

    I have a tour with 3 different rooms. Each room can be displayed in 9 different variations based on time and floor type.


    TIME
    -morning
    -noon
    -evening

    FLOOR
    -oak
    -ash
    -maple


    SCENE NAME EXAMPLE

    scene_kitchen_morning_oak
    scene_kitchen_morning_ash
    .................................
    .................................
    scene_kitchen_noon_ash
    scene_kitchen_noon_maple
    ................................
    .
    .................................
    .................................
    scene_kitchen_evening_ash
    s
    cene_kitchen_evening_maple

    scene_living_morning_oak
    scene_living_morning_ash
    ..................................
    ..................................
    .................................
    scene_living_evening_ash
    scene_living_evening_maple


    I plan to use 2 buttons , each with its own options for TIME and FLOOR TYPE visible on all scenes. How would the code look like when I move from one room to another using hotspots or radar hotspots keeping the current scene selection?

    EXAMPLE :

    If the current scene is [scene_kitchen_noon_ash] when i move to the living room i wanna go to [scene_living_noon_ash].


    Thanks in advance,
    Alex