Difference between revisions of "On Collision Start (LogiX node)"

From Neos Wiki
Jump to navigation Jump to search
(Update page with actually useful information)
(Add link to Prime's tutorial)
Line 17: Line 17:
  
  
Note that, in general, collisions where neither collider is a CharacterController will generate an impulse from <code>OnEvent</code> for ''each'' user in a session. This usually requires filtering the impulses such that only the ones for relevant users propagate to downstream nodes. For collisions where the <code>Other</code> collider is a CharacterController an impulse will only be fired for the CharacterCollider's SimulatingUser.
+
Note that, in general, collisions where neither collider is a [[CharacterController (Component)]] will generate an impulse from <code>OnEvent</code> for ''each'' user in a session. This usually requires filtering the impulses such that only the ones for relevant users propagate to downstream nodes. For collisions where the <code>Other</code> collider is a CharacterController an impulse will only be fired for the CharacterCollider's SimulatingUser.
  
 
== Examples == <!--T:4-->
 
== Examples == <!--T:4-->
 +
Tutorial from ProbablePrime on the collider event nodes:
 +
<youtube>https://www.youtube.com/watch?v=ewM-KzMD9LA</youtube>
  
 
== Node Menu == <!--T:5-->
 
== Node Menu == <!--T:5-->

Revision as of 09:45, 8 May 2021

Other languages:
English • ‎日本語
On Collision Start
'On Collision Start' LogiX node
Inputs
  ICollider Collider
Outputs
  Impulse OnEvent
  ICollider Other

The On Collision Start node fires an impulse from OnEvent when the Other collider starts colliding with the input Collider.

Usage

The Other output provides the collider which started colliding with the input Collider. This value is available for the duration of the impulse chain started from OnEvent.


Note that, in general, collisions where neither collider is a CharacterController (Component) will generate an impulse from OnEvent for each user in a session. This usually requires filtering the impulses such that only the ones for relevant users propagate to downstream nodes. For collisions where the Other collider is a CharacterController an impulse will only be fired for the CharacterCollider's SimulatingUser.

Examples

Tutorial from ProbablePrime on the collider event nodes:

Node Menu

Physics
Back Apply Character Force Apply Character Impulse As Character Controller Character Controller User Character Gravity Character Ground Collider
Character Linear Velocity Find Character Controller Hit UV Coordinate Is Character Controller Is Character On Ground On Collision End On Collision Start
On Collision Stay Raycast One Raycaster Set Character Gravity Set Character Velocity