SkyboxEntity QML Type

SkyboxEntity は、3D シーンにスカイボックスを挿入するために使用できる便利な Entity サブクラスです。詳細...

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

詳細説明

ベース名と拡張子を指定すると、SkyboxEntity が実行時にレンダリングされるTextureCubeMap の構築を行います。ソースディレクトリの画像は、次のパターンに一致する必要があります:ベース名 + * "_posx|_posy|_posz|_negx|_negy|_negz" + extension

デフォルトの拡張子は.pngです。

スカイボックスのレンダリングが行われるFrameGraphでは、必ずフラストラムカリングを無効にしてください。

注意: スカイボックスを正射投影でレンダリングしようとしないでください。

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