What are the benefits of the TOI?

Started by
1 comment, last by Irlan Robson 11 years ago

e.g:

I have a sphere-plane intersection.

The velocity.dot(plane.normal) (relative velocity along the plane normal = velocity + angular velocity.cross(relative point) ) is oscilating between 0 - 0.15 and I want to apply static friction when Vrn == 0. The TOI could fix this?

Advertisement

e.g:

I have a sphere-plane intersection.

The velocity.dot(plane.normal) (relative velocity along the plane normal = velocity + angular velocity.cross(relative point) ) is oscilating between 0 - 0.15 and I want to apply static friction when Vrn == 0. The TOI could fix this?

What do you mean with TOI?

e.g:

I have a sphere-plane intersection.

The velocity.dot(plane.normal) (relative velocity along the plane normal = velocity + angular velocity.cross(relative point) ) is oscilating between 0 - 0.15 and I want to apply static friction when Vrn == 0. The TOI could fix this?

What do you mean with TOI?

Time Of Impact

This topic is closed to new replies.

Advertisement