NeptuneLabs FSI Viewer JS User Manual page 234

Table of Contents

Advertisement

from the first number to the last scene image plus the first scene image up to
the second number will be assumed. The example below illustrates the syntax:
Definition of multiple scenes and scenesets
<options>
...
<SceneSets value="2,3,5-10;10-1;5-;8->3" />
...
</options>
The example defines 4 scene sets in total. Assumption: The source image is
created from 10 individual images (scenes), 5 in a row, two rows.
This leads to the following image order for the individual scenes:
Set 1 - Scenes:
Set 2 - Scenes:
Set 3 - Scenes:
Set 4 - Scenes:
You can review the resulting scene sets in the "Info" section of the Debug
Window.
ScenePreload
Description
Syntax
Default
Context
If this parameter is activated (default) all scenes will be loaded at high
resolution on startup. Otherwise preview images will be loaded with at a lower
resolution. This parameter can significantly influence loading times and traffic
volumes.
Setting this parameter to false leads to faster startup times and high resolution
scene images will be loaded as soon as they need to be displayed.
NeptuneLabs - FSI Viewer
2,3,5,6,7,8,9,10
10,9,8,7,6,5,4,3,2,1
5,6,7,8,9,10
8,9,10,1,2,3
Load scenes in high resolution
Boolean
false
<options>
8 FSI Viewer
234

Advertisement

Table of Contents
loading

Table of Contents