Skip to content
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

DySolverPFConstraints.solveFriction is not right if friction type is not ePatch #147

Open
BackMountainBird opened this issue May 6, 2023 · 0 comments

Comments

@BackMountainBird
Copy link

the issue happens if you change the friction type to eOne_Directional

this causes crash in DySolverPFConstraints.solveFriction

const PxU8* PX_RESTRICT last = ptr + getConstraintLength(desc);

the data is presumed to be

sizeof(SolverFrictionHeader) + sizeof(appliedImpulse) + numFrictionConstr * sizeof(SolverContactFriction)

and datas are consecutive

but it mismatches codes in DyContactPrepPF.setupFinalizeSolverConstraintsCoulomb。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant