SkyboxEntity is a convenience Entity subclass that can be used to insert a skybox in a 3D scene. More...
Import Statement: | import Qt3D.Extras |
Since: | Qt 5.5 |
Instantiates: | QSkyboxEntity |
By specifying a base name and an extension, SkyboxEntity will take care of building a TextureCubeMap to be rendered at runtime. The images in the source directory should match the pattern: base name + * "_posx|_posy|_posz|_negx|_negy|_negz" + extension
By default the extension defaults to .png.
Be sure to disable frustum culling in the FrameGraph through which the skybox rendering happens.
Note: Please note that you shouldn't try to render a skybox with an orthographic projection.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qml-qt3d-extras-skyboxentity.html