Versions Compared

Key

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

...

Objects events are events that can be attached to specific objects to define how they interact with you and other objects in your 3D scene. For all of these Events you will have to add your 3D View selection to the event for it to work properly. Each of these Events can be found in the Event Type List under the Object Category

The Enter/ Exit Zone Event triggers an associated action when the specied object has entered a given zone. You can populate the Object field either by selecting a previously used object from the drop down menu or clicking Add Selected.

The Add Selected button addes the object curecntly select in your scene ot the associated field

The Zone drop down menu specifies which zone is being used by trigger

The Enter/Exit drop down menu specifies when the action should execute.

The Object Collision Event triggers an associated action when the specified objects have collided with each other. You can populate the Object #1 and Object #2 fields either by selecting a previously used object from the drop down menu or clicking Add Selected.

The Add Selected button adds the object currently selected in your scene to the associated field.

The Precise Collisions drop down menu controls whether the collisions are detected in a precise manner.

The Object Proximity Event triggers an associated action when the distance between Object #1 and Object #2 objects changes past a threshold defined by the radius. You can populate the Object #1 and Object #2 fields either by selecting a previously used object from the drop down menu or clicking Add Selected.

The Add Selected button adds the object currently selected in your scene to the associated field.

The Radius field defines the threshold that triggers this event.

The Proximity Type drop down menu specifies whether this event is triggered upon entry or exit of the threshold.

The 3D Marker Selected event triggers an associated action when the specified 3D marker is selected

...