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: The 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.