QFrontFace Class

class Qt3DRender::QFrontFace

QFrontFaceクラスは、前面と背面を向いたポリゴンを定義します。詳細...

Header: #include <QFrontFace>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
In QML: FrontFace
Inherits: Qt3DRender::QRenderState
Status: Deprecated

パブリックタイプ

enum WindingDirection { ClockWise, CounterClockWise }

プロパティ

パブリック関数

QFrontFace(Qt3DCore::QNode *parent = nullptr)
Qt3DRender::QFrontFace::WindingDirection direction() const

パブリックスロット

void setDirection(Qt3DRender::QFrontFace::WindingDirection direction)

シグナル

void directionChanged(Qt3DRender::QFrontFace::WindingDirection direction)

詳細説明

Qt3DRender::QFrontFace は、正面を向いたポリゴンの巻き方向を設定する。

QCullFaceも参照

メンバ型の説明

enum QFrontFace::WindingDirection

この列挙型は巻き方向の値を指定する。

定数説明
Qt3DRender::QFrontFace::ClockWise0x0900時計回りの多角形は正面を向く。
Qt3DRender::QFrontFace::CounterClockWise0x0901反時計回りの多角形は正面を向く。

プロパティの説明

direction : WindingDirection

正面を向いたポリゴンの巻き方向を保持します。デフォルトは時計回り。

アクセス関数

Qt3DRender::QFrontFace::WindingDirection direction() const
void setDirection(Qt3DRender::QFrontFace::WindingDirection direction)

通知シグナル:

void directionChanged(Qt3DRender::QFrontFace::WindingDirection direction)

メンバ関数ドキュメント

[explicit] QFrontFace::QFrontFace(Qt3DCore::QNode *parent = nullptr)

コンストラクタは新しいQFrontFace::QFrontFace インスタンスを、指定されたparent

©2024 The Qt Company Ltd. 本書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。