このページでは

Mesh QML Type

カスタムメッシュローダー。詳細...

Import Statement: import Qt3D.Render 2.11
In C++: QMesh
Status: Deprecated

プロパティ

詳細説明

様々な形式の外部ファイルからメッシュデータを読み込みます。

Qt3D 5.9では、以下のフォーマットをサポートしています:

  • Wavefront OBJ
  • スタンフォードトライアングルフォーマット PLY
  • STL (STereoLithography)

SDKがインストールされ、fbxジオメトリーローダープラグインがビルドされ、見つかった場合、QMeshは以下のフォーマットもサポートします。

  • オートデスクFBX

プロパティ ドキュメント

meshName : string

メッシュのどの部分をロードするかを示すフィルタ。

meshNameが空(デフォルト)の場合、メッシュ全体がロードされます。

meshNameがプレーンな文字列の場合、その名前にマッチするサブメッシュ(存在する場合)のみがロードされます。

meshNameが正規表現の場合、その表現に一致するすべてのサブメッシュがロードされます。

注意: Wavefront OBJ ファイルだけがサブメッシュをサポートしています。

QRegularExpressionも参照してください

source : url

カスタムメッシュを含むファイルのソースURLを保持します。

status : enumeration [read-only]

メッシュのロード状態を保持します。

Qt3DRender::QMesh::Statusも参照してください

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