Qt Quick 3D Physics QML Types
Qt Quick 3D Physics provides the following QML types:
QtQuick3D Physics QML Types
Import the QtQuick3D.Physics module with the following statement:
import QtQuick3D.Physics
Defines a box collision shape | |
Defines a pill-like shape | |
Controls the motion of a character | |
Base type for collision shapes | |
A convex collision shape based on a 3D mesh | |
A physical body that can move or be moved | |
A collision shape where the elevation is defined by a height map | |
Base type for all concrete physical bodies | |
Defines the physics material of a body | |
Base type for all objects in the physics scene | |
Controls the physics simulation | |
A collision shape that defines an infinite plane | |
Defines a spherical collision shape | |
A physical body that does not move | |
A collision shape based on a 3D mesh | |
Reports when objects enter a given volume |
© 2024 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.