Skip to content

Commit 707bd86

Browse files
Merge pull request #68 from andrewkaufman/docs-fixes
Use "the engine" rather than Newton builder in doc strings
2 parents 06a6a8d + 320ecce commit 707bd86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

newton_usd_schemas/generatedSchema.usda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"""

0 commit comments

Comments
 (0)