Meta accounts are here: you can create a Meta account to log into VR devices. Learn more

PUSH

The object's velocity becomes equal to its current velocity plus the given velocity.

Appearance in Composition Pane
Description

Push adjusts an object’s velocity by the vector in meters per second. If push is used multiple times in a single event, the object will be pushed by the sum of the pushes.
Parameters

Object, vector
Pushes the object by the velocity vector in meters per second.


PREREQUISITE READING

ENABLE OBJECT PHYSICAL MOTION precedes this tutorial


Example 1: Slow down over time

The event airresistance loops to itself every 0.1 seconds, each time slowing self’s velocity. Note the calculation for push using velocity of object self.

Next Up