Cube.ixx File
Basic cube shape for rendering. More...
Included Headers
#include <vector>
#include <helios.rendering.mesh.PrimitiveType>
#include <helios.rendering.Vertex>
#include <helios.rendering.asset.shape.Shape>
Namespaces Index
| namespace | helios |
| namespace | rendering |
|
Graphics rendering infrastructure. More... | |
| namespace | asset |
|
Rendering asset management. More... | |
| namespace | shape |
|
Geometric shape definitions. More... | |
| namespace | basic |
|
Basic primitive shapes. More... | |
Classes Index
| struct | Cube |
Description
Basic cube shape for rendering.
File Listing
The file content with the documentation metadata removed is:
17using namespace helios::rendering;
19export namespace helios::rendering::asset::shape::basic {
27 Shape(
28 std::vector<Vertex>{
81 [[nodiscard]] helios::rendering::mesh::PrimitiveType primitiveType() const noexcept override {
82 return mesh::PrimitiveType::LineLoop;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.