Qt Quick 3D Physics QML Types

Qt Quick 3D Physics provides the following QML types:

QtQuick3D Physics QML Types

Import the QtQuick3DPhysics module with the following statement:

import QtQuick3D.Physics

BoxShape

Box collision shape

CapsuleShape

Capsule shape

CharacterController

Defines a character controller

CollisionNode

Base type for physics nodes

CollisionShape

Base type for collision shapes

ConvexMeshShape

Defines a convex shape based on a mesh

DynamicRigidBody

Dynamic rigid body

DynamicsWorld

Dynamics world

HeightFieldShape

Height field shape

PhysicsBody

Base type for physics bodies

PhysicsMaterial

Physics material

PlaneShape

Plane shape

SphereShape

Sphere shape

StaticRigidBody

Static rigid body

TriangleMeshShape

Triangle mesh shape

TriggerBody

Base type for a trigger body

© 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.