QStencilTest Class
class Qt3DRender::QStencilTestQStencilTest 클래스는 스테실 테스트에 대한 인수를 지정합니다. 더 보기...
Header: | #include <QStencilTest> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
QML에서: | StencilTest |
상속합니다: | Qt3DRender::QRenderState |
상태: | Deprecated |
속성
공공 기능
QStencilTest(Qt3DCore::QNode *parent = nullptr) | |
Qt3DRender::QStencilTestArguments * | back() const |
상세 설명
Qt3DRender::QStencilTest 클래스는 스텐실 테스트에 대한 인수를 지정합니다. 스텐실 테스트는 스텐실 테스트 함수, 스텐실 테스트 마스크 및 스텐실 참조 값의 세 가지 인수로 구성됩니다. QStencilTest를 사용하면 이러한 인수를 앞면과 뒷면 다각형 모두에 대해 개별적으로 설정할 수 있습니다.
Qt3DRender::QStencilMask 및 Qt3DRender::QStencilOperation 을참조하십시오 .
속성 문서
[read-only]
back : Qt3DRender::QStencilTestArguments* const
뒷면을 향한 다각형에 대한 스텐실 테스트 인수를 보유합니다.
함수에 액세스합니다:
Qt3DRender::QStencilTestArguments * | back() const |
[read-only]
front : Qt3DRender::QStencilTestArguments* const
정면을 향한 다각형에 대한 스텐실 테스트 인자를 보유합니다.
멤버 함수 문서
[explicit]
QStencilTest::QStencilTest(Qt3DCore::QNode *parent = nullptr)
생성자는 지정된 parent 을 사용하여 새 QStencilTest::QStencilTest 인스턴스를 생성합니다.
© 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.