CubeTexturePaths
Six face image paths for a cube texture.
Properties
negative_x fs::path
Left face (-X).
cpp
fs::path negative_x {};negative_y fs::path
Bottom face (-Y).
cpp
fs::path negative_y {};negative_z fs::path
Back face (-Z).
cpp
fs::path negative_z {};positive_x fs::path
Right face (+X).
cpp
fs::path positive_x {};positive_y fs::path
Top face (+Y).
cpp
fs::path positive_y {};positive_z fs::path
Front face (+Z).
cpp
fs::path positive_z {};