QSeamlessCubemap Class

class Qt3DRender::QSeamlessCubemap

원활한 큐브맵 텍스처 필터링을 활성화합니다. 더 보기...

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

공용 함수

QSeamlessCubemap(Qt3DCore::QNode *parent = nullptr)

상세 설명

상태 세트에 존재할 경우, GL_ARB_seamless_cubemap 확장(사용 가능한 경우)에서 제공하는 심리스 큐브맵 텍스처 필터링을 활성화합니다.

멤버 함수 문서

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

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

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