#include <Cube.hpp>
|
| std::array< glm::vec3, 24 > | vertices |
| |
| std::array< float, 72 > | v |
| |
| std::array< uint16_t, 36 > | indices |
| |
| std::array< glm::vec3, 24 > | normals |
| |
| std::array< float, 72 > | n |
| |
| float | size |
| |
Definition at line 10 of file Cube.hpp.
◆ Cube() [1/2]
◆ Cube() [2/2]
| sKit::Cube::Cube |
( |
float |
size | ) |
|
|
inline |
◆ indices
| std::array<uint16_t, 36> sKit::Cube::indices |
| std::array<float, 72> sKit::Cube::n |
◆ normals
| std::array<glm::vec3, 24> sKit::Cube::normals |
◆ size
| std::array<float, 72> sKit::Cube::v |
◆ vertices
| std::array<glm::vec3, 24> sKit::Cube::vertices |
The documentation for this struct was generated from the following file: