PlaneShape QML Type

A collision shape that defines an infinite plane. More...

Import Statement: import QtQuick3D.Physics
Since: Qt 6.4
Inherits:

CollisionShape

Detailed Description

The PlaneShape type defines an infinite plane. The plane divides space into "above" and "below" it. Everything "below" the plane will collide with it and be pushed above it. The orientation of the plane is vertical: The Plane lies on the XY plane with "above" pointing sideways towards positive Z.

PlaneShape can only be used with StaticRigidBody and kinematic bodies.