IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

ConvexMeshShape QML Type

A convex collision shape based on a 3D mesh.

This type was introduced in Qt 6.4.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

ConvexMeshShape QML Type

  • Import Statement: import QtQuick3D.Physics

  • Since: Qt 6.4

  • Inherits: CollisionShape

Detailed Description

This type defines a convex shape based on the same 3D mesh file format used by QtQuick3D.Model. If the mesh is not convex, the convex hull of the mesh will be used.

See Also

Property Documentation

 

source : 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. The maximum number of faces and vertices is 255: If the mesh is more detailed than that, it will be simplified.

Internally, ConvexMeshShape converts the mesh to an optimized data structure. This conversion can be done in advance. See the cooking overview documentation for details.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+