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.

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