-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Direction dependent friction #674
Comments
Hi @ilyal451 |
@vreutskyy It worked, thanks a lot! One more thing: I'm calculating the counter impulse as Basis * ( FrictionImpulse dot Basis ). Is that correct? It's just that I noticed some slowing down in the direction I didn't want to affect (which is though easy to mitigate by just applying more initial torque). The problem is that the more I scale (the friction) the more it drops, to the point that sometimes it stops moving in the desired direction completely (especially when actively slipping in the other direction). In all other respects it works as expected. |
Hi @ilyal451, sorry for the delay |
@vreutskyy I'm going to make a demo soon where I'll put all the issues I've currently encountered (just haven't had enough time yet). Can you please keep me informed if you've already found and fixed anything, so that I don't do unnecessary job? |
Sure. But you really should create all this issues in the correct repository People may think it's all about the old version of PhysX |
@vreutskyy Ah, OK. I see now. Thanks! :) |
Hi! How can I have a direction dependent friction in PhysX? I have a setup like this: a cylinder with grooves along its axis of rotation (like a gear) which while being put on a surface will have more friction while rotating around this axis than while sliding along it.
The text was updated successfully, but these errors were encountered: