PhysicsMaterial QML Type

Physics material. More...

Import Statement: import QtQuick3DPhysics
Since: Qt 6.4

Properties

Detailed Description

This is the physics material. Friction uses the coulomb friction model, which is based around the concepts of 2 coefficients: the static friction coefficient and the dynamic friction coefficient (sometimes called kinetic friction). Friction resists relative lateral motion of two solid surfaces in contact. These two coefficients define a relationship between the normal force exerted by each surface on the other and the amount of friction force that is applied to resist lateral motion.

Property Documentation

dynamicFriction : float

This property defines the amount of friction applied between surfaces that are moving relative to each-other. The default value is 0.5.


restitution : float

This property defines the coefficient of restitution. The coefficient of restitution of two colliding objects is a fractional value representing the ratio of speeds after and before an impact, taken along the line of impact. A coefficient of restitution of 1 is said to collide elastically, while a coefficient of restitution < 1 is said to be inelastic. The default value is 0.5.


staticFriction : float

This property defines the amount of friction that is applied between surfaces that are not moving lateral to each-other. The default value is 0.5.


© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.