NeptuneLabs FSI Viewer JS User Manual page 233

Table of Contents

Advertisement

8 FSI Viewer
Definition of 3 scene sets containing 6 x 4 = 24 tiles
<image>
...
...
</image>
<options>
...
...
</options>
Parameters for all 360° presentations (Method A or Method B):
SceneSets
Description
Syntax
Default
Context
Using this parameter you can define scene sets for 360° views. Scene sets
define the order of scenes to be displayed.
The default is a single scene set containing all scenes (image tiles) from scene 1
to the last scene image. The default sequence is left to right, top to bottom in a
tile image and the sequence of the <image> nodes for 360° views based on
individual source images.
In the viewer scenes can be selected by moving the mouse horizontally and
scene sets can be selected by moving the mouse vertically.
Syntax:
Individual sets have to be separated with ";" (semicolon).
Scenes within the sets are separated with "," (comma) and specify the 1-based
index of the image from left to right, top to bottom up to the total number of
scenes
(TilesX x TilesY or individual source images).
Instead of individual scenes you can also specify scene ranges, e.g. "5-10".
If you leave out the start or the end of a scene range, 1 or respectively the last
scene will be assumed in this case. If you specify a range using "->" the scenes
233
<TilesX value="6" />
<TilesY value="4" />
<SceneSets value="1-8,9-16,17-24" />
Scene sequence definition
String
1 – n tiles
<options>
NeptuneLabs - FSI Viewer

Advertisement

Table of Contents
loading

Table of Contents