Added visuals and added the input/outputs of this page. |
Fixed category. |
||
Line 44: | Line 44: | ||
Continues execution from here. | Continues execution from here. | ||
[[Category:ProtoFlux:Physics]] |
Revision as of 23:15, 12 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.