SkyboxEntity QML Type

SkyboxEntity는 3D 씬에 스카이박스를 삽입하는 데 사용할 수 있는 편리한 엔티티 서브클래스입니다. 더 보기...

Import Statement: import Qt3D.Extras 2.8
In C++: QSkyboxEntity
Status: Deprecated

상세 설명

기본 이름과 확장자를 지정하면 SkyboxEntity가 런타임에 렌더링할 TextureCubeMap 빌드를 처리합니다. 소스 디렉터리의 이미지는 기본 이름 + * "_posx|_posy|_posz|_negx|_negy|_negz" + 확장자 패턴과 일치해야 합니다.

기본적으로 확장자는 .png로 기본 설정됩니다.

스카이박스 렌더링이 이루어지는 프레임그래프에서 프러스텀 컬링을 비활성화해야 합니다.

참고: 직교 투영으로 스카이박스를 렌더링해서는 안 된다는 점에 유의하세요.

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