ConvexMeshShape QML Type▲
-
Import Statement: import QtQuick3DPhysics
-
Since: Qt 6.4
-
Inherits: CollisionShape
Detailed Description▲
This type defines a convex shape based on a mesh.
Property Documentation▲
meshSource : url▲
This property defines the location of the mesh file used to define the shape. If the mesh is not convex, the convex hull of the mesh will be used.