File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ class NewtonCollisionAPI "NewtonCollisionAPI" (
464464
465465 Increasing `newton:contactGap` helps avoid tunneling by detecting contacts earlier.
466466
467- If `newton:contactGap` is set to `-inf`, Newton's builder default should be used instead.
467+ If `newton:contactGap` is set to `-inf`, the engine's default should be used instead.
468468
469469 Range: [0, inf)
470470 Units: distance"""
@@ -581,7 +581,7 @@ class NewtonSDFCollisionAPI "NewtonSDFCollisionAPI" (
581581 Enlarges the SDF's bounding box beyond the mesh AABB by this distance,
582582 extending the spatial domain in which distance queries are valid.
583583
584- If `newton:sdfPadding` is set to `-inf`, Newton's builder default should be used instead.
584+ If `newton:sdfPadding` is set to `-inf`, the engine's default should be used instead.
585585
586586 Range: (0, inf)
587587 Units: distance"""
You can’t perform that action at this time.
0 commit comments