Requirements#
Summary#
A UsdPhysicsMaterial is a schema in OpenUSD used to define the physical properties of a material, such as density, friction, and restitution. These properties affect how objects interact during simulation, including how they collide, slide, and bounce. Physics materials are typically authored as USD Material prims with the PhysicsMaterialAPI applied. They are then bound to collision shapes (prims with PhysicsCollisionAPI) using the material:binding:physics relationship. The main attributes of a physics material are:
physics:density: The mass per unit volume of the material.
physics:staticFriction: The friction coefficient when objects are at rest.
physics:dynamicFriction: The friction coefficient when objects are moving.
physics:restitution: The bounciness of the material (0 = inelastic, 1 = perfectly elastic).
Schema / OpenUSD Specification#
Joints are created using the following schemas that are part of the core OpenUSD specification.