Making SolverGenericContact's contact_id public. (#888)

This commit is contained in:
W
2025-11-21 17:11:28 +01:00
committed by GitHub
parent e40d3a9dce
commit 945072130f
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
`IntegrationParameters::softness` and `GenericJoint::softness` fields (#789).
- Removed `IntegrationParameters::joint_natural_frequency` and `IntegrationParameters::joint_damping_ratio` in favor of
per-joint softness coefficients `GenericJoint::softness` (#789).
- Make `SolverContact::contact_id` public so that user code knows what geometric contact it originates from (#888).
## v0.30.1 (17 Oct. 2025)