![]() |
Scanframe Modular Application 0.1.0
|
Parameters for generating the data. More...
#include <Cube.h>
Public Attributes | |
float | size {0} |
std::array< QColor, 6 > | colors {} |
std::unique_ptr< QOpenGLTexture > | texture {nullptr} |
Parameters for generating the data.
std::array<QColor, 6> sf::xgl::Cube::Parameters::colors {} |
Colors of the cube faces.
float sf::xgl::Cube::Parameters::size {0} |
Size of the cube.
std::unique_ptr<QOpenGLTexture> sf::xgl::Cube::Parameters::texture {nullptr} |
Texture for the cube having 6 faces in 2 rows by 3 columns grid.