SkyboxEntity QML Type
SkyboxEntity is a convenience Entity subclass that can be used to insert a skybox in a 3D scene. More...
| Import Statement: | import Qt3D.Extras 2.13 |
| In C++: | QSkyboxEntity |
| Status: | Deprecated |
This type is deprecated. We strongly advise against using it in new code.
Properties
- baseName : string
- extension : string
- gammaCorrect : bool
Detailed Description
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.
Property Documentation
baseName : string
Contains the base name of the Skybox.
extension : string
Contains the extension of the filename for the skybox image, including the leading '.'.
The default value is: .png
gammaCorrect : bool
A boolean indicating whether gamma correction is enabled.
© 2026 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.