Besides the required the building scene layer, without which the entire application would not have any sense, there are some layers and their names that have specific meaning. Any other layer you add to the scene will be left untouched and visible at all time in your application.
All the names need to include the following, but you can have longer layer's name, e.g. "Building: Turanga Library".
"Building"
: this is the only required layer in your webscene. It needs to be a Building Scene Layer"City model"
: this is an optional layer in your webscene that show the surroundings. It needs to be a Scene Layer."Floor points"
: this layer needs to be aFeatureLayer
that will be added to theFloorsSection
. Additionally, if every features have a number attributeBldgLevel
, the feature filtered depending on the selected floor (See FloorsSection)."Floor pictures"
: this layer needs to be aFeatureLayer
, displaying icons, with the string attributesurl
,title
andcredit
. It will be added to theFloorsSection
. When a user cliks on it, a popup is displayed with the information provided through the attributes. Additionally, if every features have a number attributeBldgLevel
, the feature filtered depending on the selected floor (See FloorsSection)."External pictures"
: this layer needs to be aFeatureLayer
, displaying icons, with the string attributesurl
,title
andcredit
. It will be added to theHomeSection
. When a user cliks on it, a popup is displayed with the information provided through the attributes.
"Surroundings:"
: Any layer with name starting with this prefix will be added to theSurroundingsSection
on the left. A toggle allows user to turn them on or off (off by default).
Slides with the following names have specific roles:
"Overview"
: The slide's camera will be automatically be applied to the view when a user goes to theHomeSection
"Floor by floor"
: The slide's camera will be automatically be applied to the view when a user goes to theFloorsSection
"Surroundings"
: The slide's camera will be automatically be applied to the view when a user goes to theSurroundingsSection
- In general, a section is looking among the slide's names and any slide matching the section's title will be applied to the view when a user goes to this section
Additionally, this prefix has also a specific meaning:
"Points of Interest:"
: this suffix is used by theSurroundingsSection
to display different interactive point of interests. When a user clicks on any of the point of interests, the camera is applied to the view.