ProtoFlux:ApplyCharacterImpulse: Difference between revisions

From Resonite Wiki
Fixed category.
m YoshBot moved page ProtoFlux:Apply Character Impulse to ProtoFlux:ApplyCharacterImpulse: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
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 23:40, 20 August 2025

Apply Character Impulse
*
Next
Impulse
Character
IgnoreMass
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.