src/material/Material.js:3
Defines a physics material.
friction
Defined in
src/material/Material.js:35
Friction for this material. If non-negative, it will be used instead of the friction given by ContactMaterials. If there's no matching ContactMaterial, the value from .defaultContactMaterial in the World will be used.
restitution
Defined in
src/material/Material.js:41
Restitution for this material. If non-negative, it will be used instead of the restitution given by ContactMaterials. If there's no matching ContactMaterial, the value from .defaultContactMaterial in the World will be used.