Versions Compared

Key

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

For an overview of Resources, click here.

For information on what Object Interactions are, 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

Overview

The Grasp object interaction emits an event Event once the learner grasps an object in the scene Scene using their controller.

An example of how the Grasp object interaction could be used is when the learner needs to grab a tool from a tool kit. Once the tool is grasped, a notification Notification can appear, showing the learner how the specific tool can be used.

Required Fields

...

Field Name

Description

World Object

The item the learner should grasp.

 

Optional Fields

Field Name

Description

Require All Targets

If more than one World Object is designated, this would require all.  Otherwise referred to as Target Object.

Prompts

Add an effect or text to draw attention to the item you'd like the learner to grasp.

Prompt Anchor

Object Interaction prompts without an anchor will end up on the object you are targeting because they’re meant as annotation or extra information about the object in question. If you want to accompany an Object Interaction with additional information for the learner, you could add a Notification or Screen Message to the

frame

Frame as well.

Event

Determine an

event

Event or Custom Event to fire along with any other

events

Events that would normally fire after the learner has grasped the item.  This field is generally used to distinguish between different options for branching.

Require All Inputs

If more than one Input is designated, this would require all.

Persistent

Will stay open and continue listening for Input and will continue to fire scripted

events

Events.  If this is chosen, the close

event

Event cannot be used as it doesn't close.

Interacted Objects

If multiple World Objects are identified, you can add a

variable

Variable here that contains a record of the World Objects the learner has interacted with and the

variable

Variable then affects only those in that list.

 

Events

Activate, Open, Close (if not persistent), Complete, Custom.

Example In the Headset

In the WorkshopMotive Lab, I 'd like want the learner to pick up the Jigsawgrasp the soda cans and the pizza box and throw them out.

  1. Add the

...

  1. objects to a

...

  1. Frame.

...

  1. (

...

Choose the object to be grasped from the World Objects dropdown.

...

Prompts can be used to give the learner direction.  In this example, I've added text and anchored the text on the workbench.

...

In the headset, the learner will see the prompt and know to grasp the correct object.

...

  1. Optional) add instructions for the learner on what to do.

  2. Add the Grasp Resource to a Frame and fill it out. In this example, I put both cans as World Objects to one Resource and the pizza box to a second Resource. I’ve done this in case I want to branch out and have different things happen after each grasp action:

...

  1. (Optional) in this example, I’ve triggered the Place Resource to fire after the items are grasped so that the learner can throw them away:

...

  1. (Optional) I’ve scripted further instructions for the learner after the items have been thrown out:

...

In the headset, this is what the learner would see:

...

View this video full screen on Vimeo at this link.

Related Articles

Equip Resource

Use Resource

Unequip Resource