Skip to main content

Module skybox

Module skybox 

Source
Expand description

Skybox is a huge box around a camera. See SkyBox docs for more info.

Structs§

SkyBox
Skybox is a huge box around a camera. Each face has its own texture, when textures are properly made, there is no seams and you get good decoration which contains static skies and/or some other objects (mountains, buildings, etc.). Usually skyboxes used in outdoor scenes, however real use of it limited only by your imagination. Skybox will be drawn first, none of objects could be drawn before skybox.
SkyBoxBuilder
SkyBox builder is used to create new skybox in declarative manner.

Enums§

SkyBoxError
An error that may occur during skybox creation.
SkyBoxKind
A fixed set of possible sky boxes, that can be selected when building super::camera::Camera scene node.