2#ifndef LIBSBX_SCENES_COMPONENTS_SKYBOX_HPP_
3#define LIBSBX_SCENES_COMPONENTS_SKYBOX_HPP_
5#include <libsbx/math/uuid.hpp>
7#include <libsbx/math/vector3.hpp>
9#include <libsbx/graphics/images/cube_image.hpp>
11namespace sbx::scenes {
Definition: resource_storage.hpp:18
RGBA color value type.
Definition: color.hpp:48
static auto white() noexcept -> color
Returns a white color.
Definition: color.cpp:49
RGBA color representation and utilities.
Definition: skybox.hpp:13