Mesh QML Type

커스텀 메시 로더. 더 보기...

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

속성

상세 설명

다양한 형식의 외부 파일에서 메시 데이터를 로드합니다.

Qt3D 5.9에서 메시가 지원하는 포맷은 다음과 같습니다:

  • 파면 오브젝트
  • 스탠포드 트라이앵글 포맷 PLY
  • STL(스테레오리소그래피)

SDK가 설치되어 있고 fbx 지오메트리 로더 플러그인을 빌드하여 찾은 경우 QMesh는 다음 포맷도 지원합니다.

  • Autodesk FBX

프로퍼티 문서

meshName : string

메시의 어느 부분을 로드할지를 나타내는 필터입니다.

메시 이름이 비어 있으면(기본값) 전체 메시가 로드됩니다.

메시 이름이 일반 문자열이면 해당 이름과 일치하는 하위 메시(있는 경우)만 로드됩니다.

메쉬 이름이 정규식인 경우, 해당 표현식과 일치하는 모든 서브메쉬가 로드됩니다.

참고: 웨이브프론트 오브젝트 파일만 서브 메시를 지원합니다.

QRegularExpression참조하세요 .


source : url

커스텀 메시가 포함된 파일의 소스 URL을 보유합니다.


status : enumeration [read-only]

메시 로딩 상태를 유지합니다.

Qt3DRender::QMesh::Status도 참조하십시오 .


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