#trying to get velocity of collision node a frame before collision

2 messages · Page 1 of 1 (latest)

covert breach
#

At the end of the physics process, you can store the velocity in a variable.

#

Collision checks are done before that, so in your collision events, when you read the velocity variable, it will have the velocity from the frame before.