QStencilOperation Class

class Qt3DRender::QStencilOperation

QStencilOperation 클래스는 스텐실 작업을 지정합니다. 더 보기...

Header: #include <QStencilOperation>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
QML에서: StencilOperation
상속합니다: Qt3DRender::QRenderState
상태: Deprecated

속성

  • back : Qt3DRender::QStencilOperationArguments* const
  • front : Qt3DRender::QStencilOperationArguments* const

공공 기능

QStencilOperation(Qt3DCore::QNode *parent = nullptr)
Qt3DRender::QStencilOperationArguments *back() const

상세 설명

Qt3DRender::QStencilOperation 클래스는 앞면 및 뒷면 다각형에 대한 스텐실 연산을 지정합니다. 스텐실 작업은 스텐실 및 깊이 테스트가 통과 또는 실패할 때 조각화할 작업을 제어합니다.

Qt3DRender::QStencilTest도 참조하세요 .

속성 문서

[read-only] back : Qt3DRender::QStencilOperationArguments* const

뒷면을 향한 다각형에 대한 스텐실 연산 인수를 보유합니다.

함수에 액세스합니다:

Qt3DRender::QStencilOperationArguments *back() const

[read-only] front : Qt3DRender::QStencilOperationArguments* const

정면을 향한 다각형에 대한 스텐실 연산 인자를 보유합니다.

멤버 함수 문서

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

생성자는 지정된 parent 을 사용하여 새 QStencilOperation::QStencilOperation 인스턴스를 생성합니다.

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