Stride hitdetection - Box(Join) Question

Thanks for the hint, I figured it out. A bit tricky since my test values were close to 0.5: “Extends” interpolates the scale value coming from the transform, regardless if it’s hit or not.

extends 1 = scale * 2
extends 0.5 = scale * 1
extends 0.25 = scale * 0.5

could you please add that information to the hitdetection helppatch?

1 Like