A HTML5 plugin to add a thumbnails menu in VR mode.
<include url="%SWFPATH%/vrmenu/vrmenu.xml"/>Full include syntax
<include url="%SWFPATH%/vrmenu/vrmenu.xml"/> <vrmenu angle="-45" groups="false" onlycat="false" firstgroup="false" onlygroups="false" displayprevnext="true" width="240" height="120" gpwidth="400" gpheight="200" rows="1" group_rows="2" spacing="20" gpspacing="50" timeout="2000" seen="true" from="-800" closevrmenu="true" fademenu="true" menualpha="50" add_txt_thumb="true" txt_thumb_css="color:#ffffff;font-family:Raleway;font-size:26px;text-align:center" txt_thumb_vcenter="true" txt_thumb_hasshadow="true" add_txt_group="true" txt_group_css="color:#ffffff;font-family:Raleway;font-size:36px;text-align:center" txt_group_vcenter="true" txt_group_hasshadow="true" add_thumb_border="true" thumb_border_border="0 0x000000 1.00" thumb_border_bgcolor="0x000000" thumb_border_bgalpha="0" thumb_border_over_border="2 0xffffff 1.00" thumb_border_over_bgcolor="0x000000" thumb_border_over_bgalpha="0.7" />
If you want to organise your scenes by group, generate your tour as ususal (MAKE VTOUR Droplet) and then edit your tour.xml file to add your groups and asign the scenes.
Group structure<panoramagroup
name="my_group_name"
/>
Assign a scene to a group
<scene
name=""
...
group="panoramagroup name"
...
/>
You can add a title and description to each groups, and add a description to each scenes (will be displayed onover the scene thumbnail)
Group structure<panoramagroup
name="my_group_name"
title="My Group Title"
description="My Group Description"
/>
Scene structure
<scene
name=""
...
description="scene description"
/>
You must set the group's thumbnail url if you choose to organise by group, and alos set the group's main scene if you choose to only display group's thumbnails.
Group structure<panoramagroup
name="my_group_name"
...
thumburl="url of the thumbnail"
mainscene="scene_name"
/>
You can remove scenes or groups from the menu by adding nogrid="true"
Remove group<panoramagroup
name="my_group_name"
...
nogrid="true"
/>
Remove scene
<scene
name=""
...
nogrid="true"
/>
PLUGIN WITH ALL PANORAMAS DISPLAY |
PLUGIN WITH ALL CATEGORIES DISPLAY |