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

Mesh QML Type

A custom mesh loader.

This type was introduced in Qt 5.7.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Mesh QML Type

  • Import Statement: import Qt3D.Render 2.4

  • Since:: Qt 5.7

  • Instantiates:: QMesh

Detailed Description

Loads mesh data from external files in a variety of formats.

In Qt3D 5.9, Mesh supports the following formats:

  • Wavefront OBJ

  • Stanford Triangle Format PLY

  • STL (STereoLithography)

QMesh will also support the following format if the SDK is installed and the fbx geometry loader plugin is built and found.

  • Autodesk FBX

Property Documentation

 

meshName : string

Filter indicating which part of the mesh should be loaded.

If meshName is empty (the default), then the entire mesh is loaded.

If meshName is a plain string, then only the sub-mesh matching that name, if present, will be loaded.

If meshName is a regular expression, than all sub-meshes matching the expression will be loaded.

Only Wavefront OBJ files support sub-meshes.

See Also

source : url

Holds the source url to the file containing the custom mesh.

[read-only] status : enumeration

Holds the status of the mesh loading.

See Also

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