Fixed category. |
Fixed link. |
||
Line 15: | Line 15: | ||
|}} | |}} | ||
Applies a [[wikipedia:Impulse_(physics)|impulse]] to a character controller, impulses are similar but different from the [[Apply Character Force|force]] node from a physics perspective. | Applies a [[wikipedia:Impulse_(physics)|impulse]] to a character controller, impulses are similar but different from the [[ProtoFlux:Apply Character Force|force]] node from a physics perspective. | ||
Impulse is the change in momentum of an object, or otherwise an "normalized" version of force. | Impulse is the change in momentum of an object, or otherwise an "normalized" version of force. |
Latest revision as of 09:58, 13 April 2024
Apply Character Impulse
Physics
Applies a impulse to a character controller, impulses are similar but different from the force node from a physics perspective.
Impulse is the change in momentum of an object, or otherwise an "normalized" version of force.
In this case, the impulse node takes Force and applies it across dT, making it framerate independent.
Inputs
Input (Call)
Calls to trigger the character impulse.
Impulse (float3)
The direction to send the slot holding the character controller component.
Character (Character Controller)
The reference itself to be sent in a direction.
Ignore Mass (bool)
The option to ignore mass in the character controller component when being sent in a direction.
Outputs
Next (Continuation)
Continues execution from here.