Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

For an overview of Resources, click here.

Panel
panelIconId1f393
panelIcon:mortar_board:
panelIconText🎓
bgColor#4C9AFF

Deep Learning on Resources is found in Motive Academy. Click here to see the course this lesson is in.

Table of Contents
minLevel1
maxLevel7

Overview

A Scene Region is a defined area in a VR sceneScene, as opposed to a Scene Anchor which is a defined point in a sceneScene. You would use this in authoring to determine if a learner is in the region or not. This typically gets added to a script Script in the Setup so that it can be used at a later point.

Assemblers set up the region in the SDK per these instructions, then the Storyflow Author follows the steps noted below.

Required Fields

...

Field Name

Description

Region

A defined area in a VR scene. This comes from a Named Region catalog.

Events

Activate.

Example In the Headset

In the Workshop environment, there is an area in the scene that requires Motive Lab, the learner to don a safety hatwill navigate to the PPE Prep Room. Once they enter that region, a message will appear giving them instructions.

  • In Storyflow, create a Named Region catalog if you do not already have one. In this example, I’ve named it Scene Regions:

...

...

  • Save the catalog

  • Go to the script you want the Scene Region authoring to be authored

  • Open the script and add a Scene Region resource by dragging it to the Resources pane of the frame:

...

  • Select Workshop Region from the Named Region catalog:

...

  • Add another frame to the script and give it an Inside Region condition by dragging it to the Conditions pane of the frame

  • Use the Workshop Region in the condition:

...

  • Add a Notification in the Resources pane of the script:

...

Before proceeding, an Assembler will need to follow these instructions to set up the Scene Regions in the SDK.

  1. Add a Scene Region Resource to the Frame

  2. Click on the + next to Region and you’ll see your Regions Catalog appear (as set up by the Assemblers)

  3. Choose your region:

...

  1. In a new Frame, use the “Inside Region” Condition with the same region chosen

  2. Enter the Resource, in this case it is a Screen Message with instructions:

...

This now says - once the learner is within the specified region, play this message.

  1. Save

This is what the learner will see in the headset:

...

View the video full screen on Vimeo at this link.

Related Articles

Scene Anchor Resource

UI Anchor Resource